OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jun-2003 01:04:35
Branch: HEAD Handle: 2003061800043400
Modified files:
openpkg-src/mailsync mailsync.spec
Log:
fix build preferences
Summary:
Revision Changes Path
1.3 +3 -1 openpkg-src/mailsync/mailsync.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mailsync/mailsync.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 mailsync.spec
--- openpkg-src/mailsync/mailsync.spec 17 Jun 2003 22:31:20 -0000 1.2
+++ openpkg-src/mailsync/mailsync.spec 17 Jun 2003 23:04:34 -0000 1.3
@@ -77,7 +77,9 @@
./configure \
--prefix=%{l_prefix} \
--with-openssl=%{l_prefix} \
- --with-c-client=%{l_prefix}
+ --with-c-client=%{l_prefix} \
+ --with-krb5=no \
+ --with-pam=no
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]