OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 22-Jun-2004 15:41:55 Branch: OPENPKG_2_0_SOLID Handle: -NONE- Modified files: (Branch: OPENPKG_2_0_SOLID) openpkg-src/proftpd proftpd.spec Log: MFC: fix building under with_pam Summary: Revision Changes Path 1.78.2.3 +0 -0 openpkg-src/proftpd/proftpd.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/proftpd/proftpd.spec ============================================================================ $ cvs diff -u -r1.78.2.2 -r1.78.2.3 proftpd.spec --- openpkg-src/proftpd/proftpd.spec 30 Apr 2004 07:58:36 -0000 1.78.2.2 +++ openpkg-src/proftpd/proftpd.spec 22 Jun 2004 13:41:54 -0000 1.78.2.3 @@ -34,7 +34,7 @@ Group: FTP License: GPL Version: 1.2.9 -Release: 2.0.1 +Release: 2.0.2 # package options %option with_ifsession no @@ -174,8 +174,8 @@ %else CPPFLAGS="%{l_cppflags ncurses}" \ LDFLAGS="%{l_ldflags}" \ - LIBS="-lgetopt" \ %endif + LIBS="-lgetopt" \ ./configure \ --prefix=%{l_prefix} \ --sysconfdir=%{l_prefix}/etc/proftpd \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]