]> git.pld-linux.org Git - packages/twinkle.git/blob - twinkle-nobind.patch
- rel 3
[packages/twinkle.git] / twinkle-nobind.patch
1 --- twinkle/configure.in.org    2007-02-28 01:32:56.694623000 +0100
2 +++ twinkle/configure.in        2007-02-28 01:34:02.458623000 +0100
3 @@ -136,7 +136,7 @@
4  
5  # Check for libbbind or libresolv. libbind is preferred as libresolv gives
6  # GLIBC_PRIVATE on Fedora.
7 -AC_CHECK_LIB(bind, main, [
8 +AC_CHECK_LIB(bind_dont_want, main, [
9         LIBS="-lbind $LIBS"
10         echo "LIBS += -lbind" >> $QT_INCL_PRO],
11         [
This page took 0.066667 seconds and 3 git commands to generate.