]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-dbus/tmpdir.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-dbus / tmpdir.patch
1 --- dbus-0.22/configure.in.orig 2004-08-13 00:57:16.000000000 +0200
2 +++ dbus-0.22/configure.in      2004-12-30 21:15:57.000000000 +0100
3 @@ -1047,15 +1048,18 @@
4  AC_SUBST(ABSOLUTE_TOP_BUILDDIR)
5  
6  #### Find socket directories
7 -if ! test -z "$TMPDIR" ; then
8 -   DEFAULT_SOCKET_DIR=$TMPDIR
9 -elif ! test -z "$TEMP" ; then
10 -   DEFAULT_SOCKET_DIR=$TEMP
11 -elif ! test -z "$TMP" ; then
12 -   DEFAULT_SOCKET_DIR=$TMP
13 -else
14 -   DEFAULT_SOCKET_DIR=/tmp
15 -fi
16 +#if ! test -z "$TMPDIR" ; then
17 +#   DEFAULT_SOCKET_DIR=$TMPDIR
18 +#elif ! test -z "$TEMP" ; then
19 +#   DEFAULT_SOCKET_DIR=$TEMP
20 +#elif ! test -z "$TMP" ; then
21 +#   DEFAULT_SOCKET_DIR=$TMP
22 +#else
23 +#   DEFAULT_SOCKET_DIR=/tmp
24 +#fi
25 +
26 +# checks disabled to avoid expanding this at build time
27 +DEFAULT_SOCKET_DIR=/tmp
28  
29  if ! test -z "$with_test_socket_dir" ; then
30     TEST_SOCKET_DIR="$with_test_socket_dir"