OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Nov-2007 23:01:26
Branch: HEAD Handle: 2007110622012600
Modified files:
openpkg-src/libgsasl libgsasl.spec
Log:
try to fix Kerberos support blindly
Summary:
Revision Changes Path
1.30 +3 -1 openpkg-src/libgsasl/libgsasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libgsasl/libgsasl.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 libgsasl.spec
--- openpkg-src/libgsasl/libgsasl.spec 12 Oct 2007 07:00:13 -0000
1.29
+++ openpkg-src/libgsasl/libgsasl.spec 6 Nov 2007 22:01:26 -0000
1.30
@@ -33,7 +33,7 @@
Group: Cryptography
License: LGPL
Version: 0.2.21
-Release: 20071012
+Release: 20071106
# package options
%option with_kerberos no
@@ -83,8 +83,10 @@
--with-libgcrypt-prefix=%{l_prefix} \
--with-stringprep \
%if "%{with_kerberos}" == "yes"
+ --enable-gssapi \
--with-libgss-prefix=%{l_prefix} \
%else
+ --disable-gssapi \
--without-libgss-prefix \
%endif
--disable-shared \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]