SPECS: tennix.spec - removed bogus rpmcxxflags passing, pass rpmcf...

qboosh qboosh at pld-linux.org
Sun Jun 17 20:20:44 CEST 2007


Author: qboosh                       Date: Sun Jun 17 18:20:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed bogus rpmcxxflags passing, pass rpmcflags in working way

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

---- Diffs:

================================================================
Index: SPECS/tennix.spec
diff -u SPECS/tennix.spec:1.4 SPECS/tennix.spec:1.5
--- SPECS/tennix.spec:1.4	Sun Jun 17 17:32:59 2007
+++ SPECS/tennix.spec	Sun Jun 17 20:20:39 2007
@@ -36,9 +36,10 @@
 %{__sed} -i 's at data@%{_datadir}/%{name}@' tennix.h
 
 %build
+# CFLAGS through env for CFLAGS+= to work in makefile
+CFLAGS="%{rpmcflags}" \
 %{__make} \
-	CC="%{__cc}" \
-	CXXFLAGS="%{rpmcxxflags}"
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -66,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/06/17 18:20:39  qboosh
+- removed bogus rpmcxxflags passing, pass rpmcflags in working way
+
 Revision 1.4  2007/06/17 15:32:59  qboosh
 - pl fix
 
================================================================

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



More information about the pld-cvs-commit mailing list