packages: lde/lde.spec - fix build with --no-add-needed ldflag
sparky
sparky at pld-linux.org
Thu Jan 6 21:19:30 CET 2011
Author: sparky Date: Thu Jan 6 20:19:30 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fix build with --no-add-needed ldflag
---- Files affected:
packages/lde:
lde.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: packages/lde/lde.spec
diff -u packages/lde/lde.spec:1.19 packages/lde/lde.spec:1.20
--- packages/lde/lde.spec:1.19 Sun Aug 10 18:36:48 2008
+++ packages/lde/lde.spec Thu Jan 6 21:19:25 2011
@@ -32,7 +32,8 @@
%patch0 -p1
%build
-%configure
+%configure \
+ LIBS="-ltinfo"
%{__make}
%install
@@ -58,6 +59,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2011/01/06 20:19:25 sparky
+- fix build with --no-add-needed ldflag
+
Revision 1.19 2008/08/10 16:36:48 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lde/lde.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list