SPECS: netperf.spec - use %{__cc} and %{rpm*flags}

sparky sparky at pld-linux.org
Thu Aug 10 13:52:36 CEST 2006


Author: sparky                       Date: Thu Aug 10 11:52:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %{__cc} and %{rpm*flags}

---- Files affected:
SPECS:
   netperf.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/netperf.spec
diff -u SPECS/netperf.spec:1.13 SPECS/netperf.spec:1.14
--- SPECS/netperf.spec:1.13	Tue Feb 28 23:18:56 2006
+++ SPECS/netperf.spec	Thu Aug 10 13:52:30 2006
@@ -47,7 +47,10 @@
 %patch1 -p1
 
 %build
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	LDFLAGS="%{rpmldflags}" \
+	OPTFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -93,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/08/10 11:52:30  sparky
+- use %{__cc} and %{rpm*flags}
+
 Revision 1.13  2006/02/28 22:18:56  glen
 - adapterized
 - s/Freely Distributable/distributable/ in License
================================================================

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



More information about the pld-cvs-commit mailing list