Logoj0ke.net Open Build Service > Projects > internetx:php5:extensions > php5-libvirt > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed libvirt-php.spec
x
 
1
@@ -62,10 +62,8 @@
2
 %setup -q -n libvirt-php-%{version}
3
 
4
 %build
5
-export CFLAGS="$RPM_OPT_FLAGS"
6
-export CPPFLAGS="$RPM_OPT_FLAGS"
7
 %configure
8
-./configure --with-html-dir=%{_datadir}/doc --with-html-subdir=%{name}-%{version}/html --libdir=%{php_extdir}
9
+CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" ./configure --with-html-dir=%{_datadir}/doc --with-html-subdir=%{name}-%{version}/html --libdir=%{php_extdir}
10
 make %{?_smp_mflags}
11
 
12
 %install
13