]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- up to 1.3.3b
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 15 Sep 2010 11:55:52 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-link.patch -> 1.4

proftpd-link.patch

index 4f47478ef307aa6958ac4afd269654bc08119e41..e37be8b5513a2822e4818ea0995f301cdfa17ebd 100644 (file)
@@ -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
This page took 0.047352 seconds and 4 git commands to generate.