packages: tcptrack/tcptrack.spec - hack to fix build with --no-add-needed l...
sparky
sparky at pld-linux.org
Thu Jan 6 21:39:56 CET 2011
Author: sparky Date: Thu Jan 6 20:39:56 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- hack to fix build with --no-add-needed ldflag (configure is
completely broken)
---- Files affected:
packages/tcptrack:
tcptrack.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: packages/tcptrack/tcptrack.spec
diff -u packages/tcptrack/tcptrack.spec:1.16 packages/tcptrack/tcptrack.spec:1.17
--- packages/tcptrack/tcptrack.spec:1.16 Sat Apr 3 19:28:46 2010
+++ packages/tcptrack/tcptrack.spec Thu Jan 6 21:39:51 2011
@@ -44,7 +44,8 @@
CXXFLAGS="%{rpmcflags} -fexceptions -I/usr/include/ncurses"
%configure
-%{__make}
+%{__make} \
+ LDADD="-ltinfo"
%install
rm -rf $RPM_BUILD_ROOT
@@ -67,6 +68,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2011/01/06 20:39:51 sparky
+- hack to fix build with --no-add-needed ldflag (configure is
+ completely broken)
+
Revision 1.16 2010/04/03 17:28:46 glen
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tcptrack/tcptrack.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list