SPECS: truecrypt.spec - CC/CXX/CFLAGS/CXXFLAGS

glen glen at pld-linux.org
Fri Oct 3 18:30:26 CEST 2008


Author: glen                         Date: Fri Oct  3 16:30:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- CC/CXX/CFLAGS/CXXFLAGS

---- Files affected:
SPECS:
   truecrypt.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/truecrypt.spec
diff -u SPECS/truecrypt.spec:1.35 SPECS/truecrypt.spec:1.36
--- SPECS/truecrypt.spec:1.35	Fri Oct  3 16:46:03 2008
+++ SPECS/truecrypt.spec	Fri Oct  3 18:30:21 2008
@@ -76,12 +76,20 @@
 %build
 %if %{without gui}
 %{__make} wxbuild \
+	CC="%{__cc}" \
+	CXX="%{__cxx}" \
+	CFLAGS="%{rpmcflags}" \
+	CXXFLAGS="%{rpmcxxflags}" \
 	NOGUI=1 \
 	WX_ROOT=%{_builddir}/%{name}-%{version}-source/wxWidgets-%{wx_ver}
 %{__make} \
 	NOGUI=1
 %else
 %{__make} wxbuild \
+	CC="%{__cc}" \
+	CXX="%{__cxx}" \
+	CFLAGS="%{rpmcflags}" \
+	CXXFLAGS="%{rpmcxxflags}" \
 	WX_ROOT=%{_builddir}/%{name}-%{version}-source/wxWidgets-%{wx_ver}
 %{__make}
 %endif
@@ -108,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2008/10/03 16:30:21  glen
+- CC/CXX/CFLAGS/CXXFLAGS
+
 Revision 1.35  2008/10/03 14:46:03  glen
 - use gcc4 on ac
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/truecrypt.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list