SPECS: nettle.spec - fixed linking (libnettle needs -lgmp); release 2
qboosh
qboosh at pld-linux.org
Wed Aug 23 18:32:27 CEST 2006
Author: qboosh Date: Wed Aug 23 16:32:27 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed linking (libnettle needs -lgmp); release 2
---- Files affected:
SPECS:
nettle.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/nettle.spec
diff -u SPECS/nettle.spec:1.12 SPECS/nettle.spec:1.13
--- SPECS/nettle.spec:1.12 Tue Aug 8 16:38:10 2006
+++ SPECS/nettle.spec Wed Aug 23 18:32:21 2006
@@ -3,7 +3,7 @@
Summary(pl): Nettle - biblioteka kryptograficzna
Name: nettle
Version: 1.14
-Release: 1
+Release: 2
License: GPL
Group: Libraries
Source0: ftp://ftp.lysator.liu.se/pub/security/lsh/%{name}-%{version}.tar.gz
@@ -67,7 +67,8 @@
%configure \
--enable-shared
-%{__make}
+%{__make} \
+ SHLIBLIBS="-lgmp"
%install
rm -rf $RPM_BUILD_ROOT
@@ -109,6 +110,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2006/08/23 16:32:21 qboosh
+- fixed linking (libnettle needs -lgmp); release 2
+
Revision 1.12 2006/08/08 14:38:10 sparky
- mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nettle.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list