patches/dbus-04-cleanup-libs.diff
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 22125 acd424d086c2
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.

diff -urN dbus-1.2.26/configure.ac ../../SUNWdbus-1.2.26.hacked/i386/dbus-1.2.26/configure.ac
--- dbus-1.2.26/configure.ac	2011-03-10 16:03:15.794842233 +0000
+++ ../../SUNWdbus-1.2.26.hacked/i386/dbus-1.2.26/configure.ac	2011-03-11 14:06:34.397545146 +0000
@@ -516,7 +516,7 @@ AC_DEFINE_UNQUOTED([DBUS_USE_SYNC], [$ha
 
 #### 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 setlocale localeconv strtoll strtoull closefrom)