SPECS: telnet.spec - LIBS="-ltinfo" (--as-needed fix)
sparky
sparky at pld-linux.org
Sat Aug 5 15:41:05 CEST 2006
Author: sparky Date: Sat Aug 5 13:41:05 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- LIBS="-ltinfo" (--as-needed fix)
---- Files affected:
SPECS:
telnet.spec (1.79 -> 1.80)
---- Diffs:
================================================================
Index: SPECS/telnet.spec
diff -u SPECS/telnet.spec:1.79 SPECS/telnet.spec:1.80
--- SPECS/telnet.spec:1.79 Sat Aug 5 15:35:50 2006
+++ SPECS/telnet.spec Sat Aug 5 15:41:00 2006
@@ -130,7 +130,8 @@
CFLAGS="%{rpmcflags} -DINET6"
CXXFLAGS="%{rpmcflags} -DINET6"
LDFLAGS="%{rpmldflags}"
-export CFLAGS CXXFLAGS LDFLAGS
+LIBS="-ltinfo"
+export CFLAGS CXXFLAGS LDFLAGS LIBS
./configure \
--with-c-compiler="%{__cc}" \
--with-c++-compiler="%{__cxx}" \
@@ -200,6 +201,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.80 2006/08/05 13:41:00 sparky
+- LIBS="-ltinfo" (--as-needed fix)
+
Revision 1.79 2006/08/05 13:35:50 sparky
- pass rpmldflags
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/telnet.spec?r1=1.79&r2=1.80&f=u
More information about the pld-cvs-commit
mailing list