]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- iconv() and socket() are in libc
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 May 2004 08:42:17 +0000 (08:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh-nolibs.patch -> 1.1

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

diff --git a/zsh-nolibs.patch b/zsh-nolibs.patch
new file mode 100644 (file)
index 0000000..dd0da6c
--- /dev/null
@@ -0,0 +1,14 @@
+--- zsh-4.2.0/configure.ac.orig        Mon Mar 15 20:08:25 2004
++++ zsh-4.2.0/configure.ac     Fri May  7 10:07:54 2004
+@@ -723,9 +723,9 @@
+   AC_CHECK_LIB(cap, cap_get_proc)
+ fi
+-AC_CHECK_LIB(socket, socket)
++AC_SEARCH_LIBS(socket, socket)
+-AC_CHECK_LIB(iconv, iconv)
++AC_SEARCH_LIBS(iconv, iconv)
+ if test x$enable_pcre = xyes; then
+ dnl pcre-config should probably be employed here
This page took 0.03977 seconds and 4 git commands to generate.