SPECS: tiobench.spec - LINK="%{__cc} %{rpmldflags}"; there is no L...

sparky sparky at pld-linux.org
Thu Aug 10 12:55:13 CEST 2006


Author: sparky                       Date: Thu Aug 10 10:55:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- LINK="%{__cc} %{rpmldflags}"; there is no LDFLAGS

---- Files affected:
SPECS:
   tiobench.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/tiobench.spec
diff -u SPECS/tiobench.spec:1.4 SPECS/tiobench.spec:1.5
--- SPECS/tiobench.spec:1.4	Sat Aug 21 02:33:42 2004
+++ SPECS/tiobench.spec	Thu Aug 10 12:55:08 2006
@@ -26,7 +26,7 @@
 %{__make} \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags}" \
-	LDFLAGS="%{rpmldflags}"
+	LINK="%{__cc} %{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +50,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/08/10 10:55:08  sparky
+- LINK="%{__cc} %{rpmldflags}"; there is no LDFLAGS
+
 Revision 1.4  2004/08/21 00:33:42  qboosh
 - pl, proper URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tiobench.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list