packages: iftop/iftop.spec - fix build with --no-add-needed ldflag

sparky sparky at pld-linux.org
Thu Jan 6 21:16:37 CET 2011


Author: sparky                       Date: Thu Jan  6 20:16:37 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build with --no-add-needed ldflag

---- Files affected:
packages/iftop:
   iftop.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/iftop/iftop.spec
diff -u packages/iftop/iftop.spec:1.23 packages/iftop/iftop.spec:1.24
--- packages/iftop/iftop.spec:1.23	Sat May 22 19:45:35 2010
+++ packages/iftop/iftop.spec	Thu Jan  6 21:16:32 2011
@@ -40,7 +40,8 @@
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	LIBS="-ltinfo"
 %{__make}
 
 %install
@@ -64,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2011/01/06 20:16:32  sparky
+- fix build with --no-add-needed ldflag
+
 Revision 1.23  2010/05/22 17:45:35  gotar
 - fixed Group
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iftop/iftop.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list