SPECS: libsoci.spec - fix for custom CXXFLAGS

lkrotowski lkrotowski at pld-linux.org
Sat Sep 27 20:29:32 CEST 2008


Author: lkrotowski                   Date: Sat Sep 27 18:29:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for custom CXXFLAGS

---- Files affected:
SPECS:
   libsoci.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/libsoci.spec
diff -u SPECS/libsoci.spec:1.8 SPECS/libsoci.spec:1.9
--- SPECS/libsoci.spec:1.8	Thu Jul 10 21:16:06 2008
+++ SPECS/libsoci.spec	Sat Sep 27 20:29:27 2008
@@ -144,7 +144,7 @@
 	--mysql-include=%{_includedir}/mysql \
 	--mysql-lib=%{_libdir}
 
-export CXXFLAGS="%{rpmcxxflags}"
+export CXXFLAGS="${CXXFLAGS:-%rpmcxxflags}"
 %{__make}
 
 %install
@@ -217,6 +217,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008/09/27 18:29:27  lkrotowski
+- fix for custom CXXFLAGS
+
 Revision 1.8  2008/07/10 19:16:06  lkrotowski
 - up to 3.0.0
 - rel 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsoci.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list