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: 09-Oct-2007 20:42:49
Branch: HEAD Handle: 2007100919424900
Modified files:
openpkg-src/curl curl.spec
Log:
build just fine against both MIT and Heimdal Kerberos
Summary:
Revision Changes Path
1.100 +3 -3 openpkg-src/curl/curl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.spec
============================================================================
$ cvs diff -u -r1.99 -r1.100 curl.spec
--- openpkg-src/curl/curl.spec 14 Sep 2007 17:45:17 -0000 1.99
+++ openpkg-src/curl/curl.spec 9 Oct 2007 18:42:49 -0000 1.100
@@ -33,7 +33,7 @@
Group: Web
License: MIT-style
Version: 7.17.0
-Release: 20070914
+Release: 20071009
# package options
%option with_ssl yes
@@ -76,8 +76,8 @@
PreReq: ares
%endif
%if "%{with_kerberos}" == "yes"
-BuildPreReq: kerberos
-PreReq: kerberos
+BuildPreReq: KERBEROS
+PreReq: KERBEROS
%endif
%if "%{with_ssh}" == "yes"
BuildPreReq: libssh2
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]