patches/dbus-04-cleanup-libs.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 22149 02e9176a1b09
child 22125 acd424d086c2
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

diff -urN dbus-1.2.26/configure.in ../../SUNWdbus-1.2.26.hacked/i386/dbus-1.2.26/configure.in
--- dbus-1.2.26/configure.in	2011-03-10 16:03:15.794842233 +0000
+++ ../../SUNWdbus-1.2.26.hacked/i386/dbus-1.2.26/configure.in	2011-03-11 14:06:34.397545146 +0000
@@ -428,7 +428,7 @@
 
 #### Various functions
 AC_SEARCH_LIBS(socket,[socket network])
-AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
+#AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
 
 AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep setenv clearenv unsetenv socketpair getgrouplist fpathconf setrlimit poll closefrom)