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: 20-Jan-2007 13:48:40
Branch: HEAD Handle: 2007012012484000
Modified files:
openpkg-src/curl curl.spec
Log:
add optional Kerberos support
Summary:
Revision Changes Path
1.89 +15 -5 openpkg-src/curl/curl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.spec
============================================================================
$ cvs diff -u -r1.88 -r1.89 curl.spec
--- openpkg-src/curl/curl.spec 1 Jan 2007 17:37:12 -0000 1.88
+++ openpkg-src/curl/curl.spec 20 Jan 2007 12:48:40 -0000 1.89
@@ -33,13 +33,14 @@
Group: Web
License: MIT-style
Version: 7.16.0
-Release: 20061207
+Release: 20070120
# package options
-%option with_ssl yes
-%option with_zlib yes
-%option with_idn no
-%option with_ares no
+%option with_ssl yes
+%option with_zlib yes
+%option with_idn no
+%option with_ares no
+%option with_kerberos no
# list of sources
Source0: http://curl.haxx.se/download/curl-%{version}.tar.bz2
@@ -65,6 +66,10 @@
BuildPreReq: ares
PreReq: ares
%endif
+%if "%{with_kerberos}" == "yes"
+BuildPreReq: kerberos
+PreReq: kerberos
+%endif
AutoReq: no
AutoReqProv: no
@@ -129,6 +134,11 @@
%else
--disable-ares \
%endif
+%if "%{with_kerberos}" == "yes"
+ --with-gssapi=%{l_prefix} \
+%else
+ --without-gssapi \
+%endif
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]