Changes of Revision 4
[-] | Changed | libvirt-php.spec |
1
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 make %{?_smp_mflags} 10 |