From 77b00d58c49eb087588ddc7b34f2ce00bec462b6cf7841efea3ecb1cf9900edf Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 12 Jun 2007 13:02:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=38 --- xmlrpc-c.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index fc604f8..839cef0 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -47,16 +47,16 @@ Authors: %build export CFLAGS="%{optflags} -fPIC -DPIC" export CXXFLAGS="%{optflags} -fPIC -DPIC" -#CFLAGS="$RPM_OPT_FLAGS -fPIC" -#CPPFLAGS="$RPM_OPT_FLAGS -fPIC" +CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" +CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" ./configure --prefix=%_prefix \ --libdir=%_libdir \ --sysconfdir=%_sysconfdir\ --mandir=%_mandir \ --infodir=%_infodir \ --localstatedir=%_localstatedir \ + --disable-cplusplus \ --enable-libxml2-backend -# --disable-cplusplus \ # --disable-libwww-client \ # --disable-cgi-server # --disable-abyss-server \