OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Jul-2003 11:43:05
Branch: HEAD Handle: 2003071410430202
Modified files:
openpkg-src/gnutls gnutls.spec
openpkg-web news.txt
Log:
fix building
Summary:
Revision Changes Path
1.28 +7 -2 openpkg-src/gnutls/gnutls.spec
1.5554 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gnutls/gnutls.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 gnutls.spec
--- openpkg-src/gnutls/gnutls.spec 10 Jul 2003 13:21:36 -0000 1.27
+++ openpkg-src/gnutls/gnutls.spec 14 Jul 2003 09:43:04 -0000 1.28
@@ -33,7 +33,7 @@
Group: Cryptography
License: GPL
Version: 0.8.9
-Release: 20030710
+Release: 20030714
# list of sources
Source0: ftp://gnutls.hellug.gr/pub/gnutls/gnutls-%{version}.tar.gz
@@ -60,12 +60,17 @@
%patch -p0
%build
+ case "%{l_target}" in
+ *-solaris*) libs="-lsocket -lnsl " ;;
+ *) libs="" ;;
+ esac
+
echo 'ac_cv_type_ptrdiff_t=yes' >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O} %{l_cppflags lzo}" \
CPPFLAGS="%{l_cppflags} %{l_cppflags lzo}" \
LDFLAGS="%{l_ldflags}" \
- LIBS="-lgetopt" \
+ LIBS="$libs-lgetopt" \
LIBOPENCDK_CONFIG=no \
./configure \
--cache-file=config.cache \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5553 -r1.5554 news.txt
--- openpkg-web/news.txt 14 Jul 2003 09:16:22 -0000 1.5553
+++ openpkg-web/news.txt 14 Jul 2003 09:43:02 -0000 1.5554
@@ -1,3 +1,4 @@
+14-Jul-2003: Upgraded package: P<gnutls-0.8.9-20030714>
14-Jul-2003: Upgraded package: P<gnet-1.1.9-20030714>
14-Jul-2003: Upgraded package: P<openpkg-20030714-20030714>
14-Jul-2003: Upgraded package: P<rt-3.0.4-20030714>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]