SOURCES: acm-nolibs.patch - more

qboosh qboosh at pld-linux.org
Sat Nov 15 09:13:22 CET 2008


Author: qboosh                       Date: Sat Nov 15 08:13:22 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more

---- Files affected:
SOURCES:
   acm-nolibs.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/acm-nolibs.patch
diff -u SOURCES/acm-nolibs.patch:1.1 SOURCES/acm-nolibs.patch:1.2
--- SOURCES/acm-nolibs.patch:1.1	Mon Jul  7 14:08:38 2003
+++ SOURCES/acm-nolibs.patch	Sat Nov 15 09:13:16 2008
@@ -24,3 +24,16 @@
  fi
  
  LIBS="$LIBS -lm"
+--- acm-5.0/dis/configure.in.orig	1998-05-28 19:31:43.000000000 +0200
++++ acm-5.0/dis/configure.in	2008-11-15 09:07:57.427125998 +0100
+@@ -14,8 +14,8 @@
+ AC_CHECK_HEADERS(stdlib.h unistd.h string.h memory.h fcntl.h)
+ AC_HEADER_TIME
+ 
+-AC_CHECK_LIB(socket, bind, [LIBS="$LIBS -lsocket"]) 
+-AC_CHECK_LIB(nsl, xdr_free, [LIBS="$LIBS -lnsl"])
++AC_SEARCH_LIBS(bind, socket)
++AC_SEARCH_LIBS(xdr_free, nsl)
+ AC_CHECK_LIB(gdbm, dbm_fetch, [LIBS="$LIBS -lgdbm"])
+ 
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/acm-nolibs.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list