packages: libsvg/libsvg.spec - link with -lm and -lz
sparky
sparky at pld-linux.org
Sun Jan 23 02:56:42 CET 2011
Author: sparky Date: Sun Jan 23 01:56:42 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- link with -lm and -lz
---- Files affected:
packages/libsvg:
libsvg.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: packages/libsvg/libsvg.spec
diff -u packages/libsvg/libsvg.spec:1.21 packages/libsvg/libsvg.spec:1.22
--- packages/libsvg/libsvg.spec:1.21 Sun Oct 31 08:15:19 2010
+++ packages/libsvg/libsvg.spec Sun Jan 23 02:56:36 2011
@@ -73,8 +73,8 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-LDFLAGS="%{rpmldflags} -Wl,--as-needed"
-%configure
+%configure \
+ LIBS="-lm -lz"
%{__make}
%install
@@ -112,6 +112,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2011/01/23 01:56:36 sparky
+- link with -lm and -lz
+
Revision 1.21 2010/10/31 07:15:19 qboosh
- more verbose files
- proper URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libsvg/libsvg.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list