]> git.pld-linux.org Git - packages/php.git/commitdiff
.a cleanup not needed on this branch
authorElan Ruusamäe <glen@delfi.ee>
Sun, 27 Sep 2015 18:55:37 +0000 (21:55 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 27 Sep 2015 18:55:37 +0000 (21:55 +0300)
php.spec

index db92c48c2bff4a75ac24fedd240015d01785b3f0..8cf577ea8aac896bf09e375f88110b5b6dc138e6 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2760,13 +2760,6 @@ sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_c
 # better solution?
 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
 
-# somewhy there are installed static versions we don't use
-%if %{with apache1} || %{with apache2}
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/apache*/libphp*.a
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libphp*.a
-%{__rm} $RPM_BUILD_ROOT%{php_extensiondir}/*.a
-%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.844685 seconds and 4 git commands to generate.