proftpd in 2.0 (and in -current) does not build correctly when
with_pam is set.

The below patch fixes the problem.

BTW, is there a procedure for getting something rolled into
-current?  I've submitted stuff to contrib, but is there a review
process for merging that stuff in or some other process?

Darrell


--- proftpd.spec.orig   2004-02-18 06:37:26.000000000 -0800
+++ proftpd.spec        2004-05-26 12:29:54.395201000 -0700
@@ -169,6 +169,7 @@
 %if "%{with_pam}" == "yes"
     CPPFLAGS="%{l_cppflags ncurses} -I`%{l_prefix}/etc/rc
     --query pam_incdir`" \
     LDFLAGS="%{l_ldflags} -L`%{l_prefix}/etc/rc --query
     pam_libdir`" \
+    LIBS="-lgetopt" \
 %else
     CPPFLAGS="%{l_cppflags ncurses}" \
     LDFLAGS="%{l_ldflags}" \

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to