]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- rel 2; tinfo link fix auto/th/proftpd-1_3_2e-2 auto/ti/proftpd-1_3_2e-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 29 Aug 2010 17:18:34 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-link.patch -> 1.3
    proftpd.spec -> 1.271

proftpd-link.patch [new file with mode: 0644]
proftpd.spec

diff --git a/proftpd-link.patch b/proftpd-link.patch
new file mode 100644 (file)
index 0000000..4f47478
--- /dev/null
@@ -0,0 +1,19 @@
+--- 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 @@
+ dnl headers have been found.
+ if test x"$ac_cv_header_curses_h" = xyes; then
+   AC_CHECK_LIB(curses, initscr,
+-    [ CURSES_LIBS="-lcurses"
++    [ CURSES_LIBS="-lcurses -ltinfo"
+       AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have curses])
+     ])
+ fi
+ 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
index 3c9d4ed267a8df3e54d2d9c377fa60c611f27b8b..f3e195839238432db6cf0348b7c2adaafab548b0 100644 (file)
@@ -21,7 +21,7 @@ Summary(pt_BR.UTF-8): Servidor FTP profissional, com sintaxe de configuração s
 Summary(zh_CN.UTF-8):  易于管理的,安全的 FTP 服务器
 Name:          proftpd
 Version:       1.3.2e
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL v2+
 Group:         Networking/Daemons
@@ -42,6 +42,7 @@ Patch1:               %{name}-noautopriv.patch
 Patch2:                %{name}-wtmp.patch
 Patch3:                %{name}-pool.patch
 Patch4:                %{name}-nostrip.patch
+Patch5:                %{name}-link.patch
 URL:           http://www.proftpd.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -442,6 +443,7 @@ dodaje hosty do pliku /etc/hosts.deny.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 cp -f /usr/share/automake/config.sub .
 
This page took 0.03361 seconds and 4 git commands to generate.