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: 08-Feb-2007 13:34:24
Branch: HEAD Handle: 2007020812342400
Modified files:
openpkg-src/curl curl.spec
Log:
do not break when libssh2 is installed for now
Summary:
Revision Changes Path
1.91 +2 -1 openpkg-src/curl/curl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.spec
============================================================================
$ cvs diff -u -r1.90 -r1.91 curl.spec
--- openpkg-src/curl/curl.spec 30 Jan 2007 08:32:50 -0000 1.90
+++ openpkg-src/curl/curl.spec 8 Feb 2007 12:34:24 -0000 1.91
@@ -33,7 +33,7 @@
Group: Web
License: MIT-style
Version: 7.16.1
-Release: 20070130
+Release: 20070208
# package options
%option with_ssl yes
@@ -139,6 +139,7 @@
%else
--without-gssapi \
%endif
+ --without-libssh2 \
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]