]> git.pld-linux.org Git - packages/zsh.git/blobdiff - zsh-nolibs.patch
- (re)added info patch (unify direntry)
[packages/zsh.git] / zsh-nolibs.patch
index dd0da6c4a10060822f60e3d2d1c8991d44d7c619..ecaaf729046a4af827b742e6d5e05acf61b805d7 100644 (file)
@@ -1,14 +1,13 @@
---- 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 @@
+diff -ur zsh-4.2.5/configure.ac zsh-4.2.5.new/configure.ac
+--- zsh-4.2.5/configure.ac     2005-04-04 09:48:58.000000000 +0000
++++ zsh-4.2.5.new/configure.ac 2005-04-12 08:48:06.414551264 +0000
+@@ -725,7 +725,7 @@
    AC_CHECK_LIB(cap, cap_get_proc)
  fi
  
 -AC_CHECK_LIB(socket, socket)
 +AC_SEARCH_LIBS(socket, socket)
+ AC_SEARCH_LIBS(gethostbyname2, bind)
  
--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
+ case $LIBS in
+   *-lbind*)
This page took 0.092546 seconds and 4 git commands to generate.