Author: qboosh Date: Sat Aug 4 11:46:20 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added link patch, pass --with-gnutls-libraries to fix libggz.la
---- Files affected: SPECS: libggz.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/libggz.spec diff -u SPECS/libggz.spec:1.6 SPECS/libggz.spec:1.7 --- SPECS/libggz.spec:1.6 Sat Aug 4 13:04:41 2007 +++ SPECS/libggz.spec Sat Aug 4 13:46:15 2007 @@ -8,6 +8,7 @@ Group: Libraries Source0: http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz # Source0-md5: dfd0039042e1bc6c899faaa63d56dad1 +Patch0: %{name}-link.patch URL: http://www.ggzgamingzone.org/ BuildRequires: autoconf BuildRequires: automake @@ -53,6 +54,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -61,8 +63,9 @@ %{__autoheader} %{__automake} %configure \ - --with-tls \ - --with-gcrypt + --with-gcrypt \ + --with-gnutls-libraries=%{_libdir} \ + --with-tls %{__make} %install @@ -99,6 +102,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007/08/04 11:46:15 qboosh +- added link patch, pass --with-gnutls-libraries to fix libggz.la + Revision 1.6 2007/08/04 11:04:41 qboosh - typo - added missing libtoolize ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libggz.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
