]> git.pld-linux.org Git - packages/dbus-qt.git/commitdiff
- no Solaris-specific linking
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Aug 2006 22:50:02 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbus-qt-nolibs.patch -> 1.1

dbus-qt-nolibs.patch [new file with mode: 0644]

diff --git a/dbus-qt-nolibs.patch b/dbus-qt-nolibs.patch
new file mode 100644 (file)
index 0000000..0cf0b3e
--- /dev/null
@@ -0,0 +1,13 @@
+--- dbus-qt3-0.70/configure.in.orig    2006-07-18 14:37:08.000000000 +0200
++++ dbus-qt3-0.70/configure.in 2006-08-22 00:39:31.756046000 +0200
+@@ -118,8 +118,8 @@
+ AC_C_BIGENDIAN
+ #### Various functions
+-AC_CHECK_LIB(socket,socket)
+-AC_CHECK_LIB(nsl,gethostbyname)
++AC_SEARCH_LIBS(socket,socket)
++AC_SEARCH_LIBS(gethostbyname,nsl)
+ AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep poll setenv unsetenv socketpair getgrouplist)
This page took 0.094732 seconds and 4 git commands to generate.