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-Dec-2007 09:39:31
Branch: HEAD Handle: 2007120808393100
Modified files:
openpkg-src/gnutls gnutls.spec
Log:
cheat: add -lz to LIBS, not for Autoconf but for making sure it is
listed in gnutls.pc
Summary:
Revision Changes Path
1.97 +2 -2 openpkg-src/gnutls/gnutls.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gnutls/gnutls.spec
============================================================================
$ cvs diff -u -r1.96 -r1.97 gnutls.spec
--- openpkg-src/gnutls/gnutls.spec 16 Nov 2007 16:44:43 -0000 1.96
+++ openpkg-src/gnutls/gnutls.spec 8 Dec 2007 08:39:31 -0000 1.97
@@ -33,7 +33,7 @@
Group: SSL
License: LGPL
Version: 2.0.4
-Release: 20071116
+Release: 20071208
# package options
%option with_cxx no
@@ -87,7 +87,7 @@
%endif
CPPFLAGS="%{l_cppflags} %{l_cppflags lzo}" \
LDFLAGS="%{l_ldflags}" \
- LIBS="$libs -lgetopt `%{l_prefix}/bin/gpg-error-config --libs`" \
+ LIBS="$libs -lgetopt `%{l_prefix}/bin/gpg-error-config --libs` -lz" \
GREP="grep" \
./configure \
--cache-file=config.cache \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]