diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-01-03 15:48:31 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-01-03 15:48:31 +0000 |
commit | f6add5fe0f052e3f9e42036c4c30df7b45225900 (patch) | |
tree | 068c8abf1a5173af26d72f2f852e4e787498ee78 /packages/dbus/dbus-1.1.1/tmpdir.patch | |
parent | bc7aa85e1bf3db6ac7e31fe15fe27ec05526205a (diff) | |
parent | 23f2decbe62225e537aa4b8b72daf0f307340bbf (diff) |
merge of '128beb53ed0092647984a87f2a86eaec9d1f3510'
and '2a1403c40d81aff7aa7bbe8236c502336c5b9a09'
Diffstat (limited to 'packages/dbus/dbus-1.1.1/tmpdir.patch')
-rw-r--r-- | packages/dbus/dbus-1.1.1/tmpdir.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/dbus/dbus-1.1.1/tmpdir.patch b/packages/dbus/dbus-1.1.1/tmpdir.patch new file mode 100644 index 0000000000..838b903f0a --- /dev/null +++ b/packages/dbus/dbus-1.1.1/tmpdir.patch @@ -0,0 +1,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" |