]> git.pld-linux.org Git - packages/chasen.git/commitdiff
- we don't need -lnsl
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Sep 2003 11:53:27 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chasen-nolibs.patch -> 1.1

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

diff --git a/chasen-nolibs.patch b/chasen-nolibs.patch
new file mode 100644 (file)
index 0000000..9548752
--- /dev/null
@@ -0,0 +1,13 @@
+--- chasen-2.2.8/configure.in.orig     Mon Jul 23 13:09:45 2001
++++ chasen-2.2.8/configure.in  Mon Sep  1 13:51:09 2003
+@@ -39,8 +39,8 @@
+ AC_FUNC_MMAP
+ AC_TYPE_SIGNAL
+ AC_CHECK_FUNCS(htonl)
+-AC_CHECK_LIB(nsl, gethostname)
+-AC_CHECK_LIB(socket, socket)
++AC_SEARCH_LIBS(gethostname, nsl)
++AC_SEARCH_LIBS(socket, socket)
+ case "$host_os" in
+     mingw* | os2*)
This page took 0.134476 seconds and 4 git commands to generate.