summaryrefslogtreecommitdiff
path: root/packages/python/python-dbus/tmpdir.patch
blob: 838b903f0abc337a57ba59f1684b26514913319d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- dbus-0.22/configure.in.orig	2004-08-13 00:57:16.000000000 +0200
+++ dbus-0.22/configure.in	2004-12-30 21:15:57.000000000 +0100
@@ -1047,15 +1048,18 @@
 AC_SUBST(ABSOLUTE_TOP_BUILDDIR)
 
 #### Find socket directories
-if ! test -z "$TMPDIR" ; then
-   DEFAULT_SOCKET_DIR=$TMPDIR
-elif ! test -z "$TEMP" ; then
-   DEFAULT_SOCKET_DIR=$TEMP
-elif ! test -z "$TMP" ; then
-   DEFAULT_SOCKET_DIR=$TMP
-else
-   DEFAULT_SOCKET_DIR=/tmp
-fi
+#if ! test -z "$TMPDIR" ; then
+#   DEFAULT_SOCKET_DIR=$TMPDIR
+#elif ! test -z "$TEMP" ; then
+#   DEFAULT_SOCKET_DIR=$TEMP
+#elif ! test -z "$TMP" ; then
+#   DEFAULT_SOCKET_DIR=$TMP
+#else
+#   DEFAULT_SOCKET_DIR=/tmp
+#fi
+
+# checks disabled to avoid expanding this at build time
+DEFAULT_SOCKET_DIR=/tmp
 
 if ! test -z "$with_test_socket_dir" ; then
    TEST_SOCKET_DIR="$with_test_socket_dir"
/cgit/openembedded-core.git/commit/meta/recipes-connectivity/dhcp?id=73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1'>package_regex.inc: split the rest of the entries to their recipesAlexander Kanavin1 2015-08-01dhcp: fix installed not shipped warning for lib32Zhixiong Chi1 2015-07-07dhcp: modify dhcpd.service to make it start successfully and add systemd serv...Li xin3 2015-04-07dhcp: 4.3.1 -> 4.3.2Robert Yang2 2015-02-14dhcp-client: Ignore partial checksumsRob Woolley2 2015-01-23dhcp: not override site.hHongxu Jia3 2015-01-23dhcp: upgrade to 4.3.1Hongxu Jia2 2014-09-29dhcp: use ${PN} for SYSTEMD_SERVICESChen Qi1 2014-09-03dhcp: add systemd service filesChen Qi3 2014-08-23dhcp: do not use ifconfig/route in dhclient-scriptFahad Usman2 2014-07-03meta: fix no newline at end of fileRobert Yang1