]> git.pld-linux.org Git - packages/twinkle.git/commitdiff
- don't want bind lib
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Feb 2007 00:44:49 +0000 (00:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    twinkle-nobind.patch -> 1.1

twinkle-nobind.patch [new file with mode: 0644]

diff --git a/twinkle-nobind.patch b/twinkle-nobind.patch
new file mode 100644 (file)
index 0000000..3af6362
--- /dev/null
@@ -0,0 +1,11 @@
+--- twinkle/configure.in.org   2007-02-28 01:32:56.694623000 +0100
++++ twinkle/configure.in       2007-02-28 01:34:02.458623000 +0100
+@@ -136,7 +136,7 @@
+ # Check for libbbind or libresolv. libbind is preferred as libresolv gives
+ # GLIBC_PRIVATE on Fedora.
+-AC_CHECK_LIB(bind, main, [
++AC_CHECK_LIB(bind_dont_want, main, [
+       LIBS="-lbind $LIBS"
+       echo "LIBS += -lbind" >> $QT_INCL_PRO],
+       [
This page took 0.07766 seconds and 4 git commands to generate.