]> git.pld-linux.org Git - packages/GNUnet.git/commitdiff
- -lnsl is not needed
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Aug 2003 11:49:40 +0000 (11:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GNUnet-nolibs.patch -> 1.1

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

diff --git a/GNUnet-nolibs.patch b/GNUnet-nolibs.patch
new file mode 100644 (file)
index 0000000..1d11c54
--- /dev/null
@@ -0,0 +1,13 @@
+--- GNUnet-0.5.4a/configure.ac.orig    Fri Jun 27 02:56:47 2003
++++ GNUnet-0.5.4a/configure.ac Mon Aug 11 12:38:38 2003
+@@ -316,8 +316,8 @@
+ # some other checks for standard libs
+-AC_CHECK_LIB(nsl, gethostbyname)
+-AC_CHECK_LIB(socket, socket)
++AC_SEARCH_LIBS(gethostbyname, nsl)
++AC_SEARCH_LIBS(socket, socket)
+ AC_CHECK_LIB(m, log)
+ # do gpg/libgcrypt/mpi checks only if we
This page took 0.047764 seconds and 4 git commands to generate.