diff options
| author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 12:59:57 +0000 |
|---|---|---|
| committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 12:59:57 +0000 |
| commit | 4e66990d27586901af7ce814e410caa6a9fdcd82 (patch) | |
| tree | 9cfeee8b3e9dac271e7efa5e4a50ce48ca15ff8d /packages/python/python-dbus/tmpdir.patch | |
| parent | e1dcba71e604171bb63e8fcc802b524990ee79a8 (diff) | |
| parent | 008313e2eaf472c57ab66301df90bd64ddd84b2c (diff) | |
merge of '520d98a2b3e5a5099b9a277781643288ce015b5a'
and '90907870097423c412dd5ea9520d4d6a6e674c51'
Diffstat (limited to 'packages/python/python-dbus/tmpdir.patch')
| -rw-r--r-- | packages/python/python-dbus/tmpdir.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/python/python-dbus/tmpdir.patch b/packages/python/python-dbus/tmpdir.patch deleted file mode 100644 index 838b903f0a..0000000000 --- a/packages/python/python-dbus/tmpdir.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- 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" |
