]> git.pld-linux.org Git - packages/apache1-mod_dav.git/blobdiff - apache1-mod_dav.spec
- changed to %%%configure2_13, to make it build
[packages/apache1-mod_dav.git] / apache1-mod_dav.spec
index 0404fd74f8838f9db26498a046995361ced1fb4a..a8d848f3f9378b79aa6e80526a465f26ed4a28ab 100644 (file)
@@ -42,12 +42,12 @@ plikami i katalogami serwera Web, oraz ich w
 %setup -q -n mod_%{mod_name}-%{version}-%{apache_version}
 
 %build
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} %{?debug:-g -O0}"
-%configure \
+%configure2_13 \
        --with-apxs=%{_sbindir}/apxs
-%{__make} APXS=/usr/sbin/apxs
+%{__make} APXS=%{_sbindir}/apxs
 
 %install
+rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
 install lib%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}/
This page took 0.024671 seconds and 4 git commands to generate.