]> git.pld-linux.org Git - packages/acm.git/commitdiff
- more
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Nov 2008 08:13:16 +0000 (08:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acm-nolibs.patch -> 1.2

acm-nolibs.patch

index bc90680dedc6ade8c7616423d9ac3417d78f5e99..f8f89c3f7a541ebc9c1456d4fef0014be48f2372 100644 (file)
  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"])
This page took 0.103018 seconds and 4 git commands to generate.