SPECS: telnet.spec - pass rpmldflags

sparky sparky at pld-linux.org
Sat Aug 5 15:35:55 CEST 2006


Author: sparky                       Date: Sat Aug  5 13:35:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass rpmldflags

---- Files affected:
SPECS:
   telnet.spec (1.78 -> 1.79) 

---- Diffs:

================================================================
Index: SPECS/telnet.spec
diff -u SPECS/telnet.spec:1.78 SPECS/telnet.spec:1.79
--- SPECS/telnet.spec:1.78	Sat Aug  5 15:25:17 2006
+++ SPECS/telnet.spec	Sat Aug  5 15:35:50 2006
@@ -127,9 +127,10 @@
 
 %build
 # don't use configure macro
-CC="%{__cc}"
-CFLAGS="%{rpmcflags} -DINET6" \
-CXXFLAGS="%{rpmcflags} -DINET6" \
+CFLAGS="%{rpmcflags} -DINET6"
+CXXFLAGS="%{rpmcflags} -DINET6"
+LDFLAGS="%{rpmldflags}"
+export CFLAGS CXXFLAGS LDFLAGS
 ./configure \
 	--with-c-compiler="%{__cc}" \
 	--with-c++-compiler="%{__cxx}" \
@@ -199,6 +200,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.79  2006/08/05 13:35:50  sparky
+- pass rpmldflags
+
 Revision 1.78  2006/08/05 13:25:17  sparky
 - use %{__cc} and %{__cxx}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/telnet.spec?r1=1.78&r2=1.79&f=u



More information about the pld-cvs-commit mailing list