SPECS: ttcp.spec - use %{__cc} and %{rpmldflags}

sparky sparky at pld-linux.org
Thu Aug 10 12:50:46 CEST 2006


Author: sparky                       Date: Thu Aug 10 10:50:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %{__cc} and %{rpmldflags}

---- Files affected:
SPECS:
   ttcp.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/ttcp.spec
diff -u SPECS/ttcp.spec:1.12 SPECS/ttcp.spec:1.13
--- SPECS/ttcp.spec:1.12	Mon Nov  8 11:20:38 2004
+++ SPECS/ttcp.spec	Thu Aug 10 12:50:40 2006
@@ -25,7 +25,9 @@
 
 %build
 %{__make} ttcp \
-	CFLAGS="%{rpmcflags}"
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +52,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/08/10 10:50:40  sparky
+- use %{__cc} and %{rpmldflags}
+
 Revision 1.12  2004/11/08 10:20:38  qboosh
 - URL, cleanups
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ttcp.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list