SPECS: xmlrpc-c.spec - updated rpmcflags passing, now are used again

qboosh qboosh at pld-linux.org
Sat Dec 27 09:43:37 CET 2008


Author: qboosh                       Date: Sat Dec 27 08:43:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated rpmcflags passing, now are used again

---- Files affected:
SPECS:
   xmlrpc-c.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/xmlrpc-c.spec
diff -u SPECS/xmlrpc-c.spec:1.27 SPECS/xmlrpc-c.spec:1.28
--- SPECS/xmlrpc-c.spec:1.27	Fri Sep 19 15:13:28 2008
+++ SPECS/xmlrpc-c.spec	Sat Dec 27 09:43:31 2008
@@ -72,8 +72,6 @@
 cp -f /usr/share/automake/{missing,config.*} .
 %{__aclocal}
 %{__autoconf}
-OPTCFLAGS="%{rpmcflags}" ; export OPTCFLAGS
-OPTCXXFLAGS="%{rpmcxxflags}" ; export OPTCXXFLAGS
 %configure \
 	--enable-abyss-server \
 	--enable-cgi-server \
@@ -84,7 +82,8 @@
 	--with-libwww-ssl \
 	--enable-abyss-threads
 
-%{__make} -j1
+%{__make} -j1 \
+	CFLAGS_PERSONAL="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -189,6 +188,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2008/12/27 08:43:31  qboosh
+- updated rpmcflags passing, now are used again
+
 Revision 1.27  2008/09/19 13:13:28  pluto
 - release 2 for rebuild with fixed w3c-libwww/ssl issue.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xmlrpc-c.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list