OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-May-2007 08:10:49
Branch: HEAD Handle: 2007051807104900
Modified files:
openpkg-src/proftpd proftpd.spec
Log:
fix configure call under both with_opie and with_skey (although it
might make no real sense)
Summary:
Revision Changes Path
1.129 +3 -2 openpkg-src/proftpd/proftpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.128 -r1.129 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 18 May 2007 06:06:47 -0000 1.128
+++ openpkg-src/proftpd/proftpd.spec 18 May 2007 06:10:49 -0000 1.129
@@ -238,11 +238,12 @@
LDFLAGS="%{l_ldflags}" \
./configure \
%if "%{with_skey}" == "yes"
- --with-skey
+ --with-skey \
%endif
%if "%{with_opie}" == "yes"
- --with-opie
+ --with-opie \
%endif
+ %{l_nil}
cp mod_otp.[ch] ../contrib/
) || exit $?
%endif
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]