packages: proftpd/proftpd-link.patch - up to 1.3.3b

baggins baggins at pld-linux.org
Wed Sep 15 13:55:58 CEST 2010


Author: baggins                      Date: Wed Sep 15 11:55:58 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.3.3b

---- Files affected:
packages/proftpd:
   proftpd-link.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/proftpd/proftpd-link.patch
diff -u packages/proftpd/proftpd-link.patch:1.3 packages/proftpd/proftpd-link.patch:1.4
--- packages/proftpd/proftpd-link.patch:1.3	Sun Aug 29 19:18:34 2010
+++ packages/proftpd/proftpd-link.patch	Wed Sep 15 13:55:52 2010
@@ -1,6 +1,6 @@
 --- proftpd-1.3.2e/configure.in~	2010-08-29 19:11:41.077617756 +0200
 +++ proftpd-1.3.2e/configure.in	2010-08-29 19:14:28.683856499 +0200
-@@ -1736,14 +1736,14 @@
+@@ -1765,7 +1765,7 @@
  dnl headers have been found.
  if test x"$ac_cv_header_curses_h" = xyes; then
    AC_CHECK_LIB(curses, initscr,
@@ -9,11 +9,26 @@
        AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have curses])
      ])
  fi
+@@ -1778,19 +1778,19 @@
  
- if test x"$ac_cv_header_ncurses_h" = xyes; then
-   AC_CHECK_LIB(ncurses, initscr,
--    [ CURSES_LIBS="-lncurses"
-+    [ CURSES_LIBS="-lncurses -ltinfo"
-       AC_DEFINE(HAVE_LIBNCURSES, 1, [Define if you have ncurses])
-     ])
- fi
+   if test x"$enable_nls" = xyes ; then
+     AC_CHECK_LIB(ncursesw, initscr,
+-      [ CURSES_LIBS="-lncursesw"
++      [ CURSES_LIBS="-lncursesw -ltinfow"
+         pr_have_ncursesw="yes"
+         AC_DEFINE(HAVE_LIBNCURSESW, 1, [Define if you have ncursesw])
+       ], [
+         AC_CHECK_LIB(ncurses, initscr,
+-          [ CURSES_LIBS="-lncurses"
++          [ CURSES_LIBS="-lncurses -ltinfo"
+             AC_DEFINE(HAVE_LIBNCURSES, 1, [Define if you have ncurses])
+           ])
+       ])
+ 
+   else 
+     AC_CHECK_LIB(ncurses, initscr,
+-      [ CURSES_LIBS="-lncurses"
++      [ CURSES_LIBS="-lncurses -ltinfo"
+         AC_DEFINE(HAVE_LIBNCURSES, 1, [Define if you have ncurses])
+       ])
+   fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/proftpd/proftpd-link.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list