OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 23-Oct-2002 10:21:45
Branch: HEAD Handle: 2002102309214401
Modified files:
openpkg-src/openpkg openpkg.spec
openpkg-web news.txt
Log:
try to fix cURL building
Summary:
Revision Changes Path
1.105 +4 -3 openpkg-src/openpkg/openpkg.spec
1.1870 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/openpkg/openpkg.spec
============================================================
$ cvs diff -u -r1.104 -r1.105 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 11 Oct 2002 18:37:14 -0000 1.104
+++ openpkg-src/openpkg/openpkg.spec 23 Oct 2002 08:21:45 -0000 1.105
@@ -39,8 +39,8 @@
# o any cc(1)
# the package version and release
-%define V_openpkg 20021011
-%define R_openpkg 20021011
+%define V_openpkg 20021023
+%define R_openpkg 20021023
# the used software versions
%define V_rpm 4.0.2
@@ -384,7 +384,8 @@
--without-ssl \
--disable-shared \
--disable-thread \
- --disable-ipv6
+ --disable-ipv6 \
+ --without-zlib
${l_make} || exit $?
(mv src/curl ..; ${l_make} clean || true; mv ../curl ./src)
)
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1869 -r1.1870 news.txt
--- openpkg-web/news.txt 23 Oct 2002 08:20:22 -0000 1.1869
+++ openpkg-web/news.txt 23 Oct 2002 08:21:44 -0000 1.1870
@@ -1,3 +1,4 @@
+23-Oct-2002: Upgraded package: P<openpkg-20021023-20021023>
23-Oct-2002: Upgraded package: P<curl-7.10.1-20021023>
23-Oct-2002: Upgraded package: P<gd-2.0.3-20021023>
23-Oct-2002: Upgraded package: P<ragel-1.3.3-20021023>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]