]> git.pld-linux.org Git - packages/php.git/commitdiff
apxs1 cleanup from apache 1.3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Aug 2019 10:34:47 +0000 (13:34 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Aug 2019 13:22:59 +0000 (16:22 +0300)
php.spec

index bd11326f01539eddf5f973c226dc432692f3acee..1b870a60e0394c96b0fc22b0e89d4c996c757f82 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -90,7 +90,6 @@
 %bcond_without system_gd       # system gd
 %bcond_without webp            # Without WebP support in GD extension (imagecreatefromwebp)
 
-%define apxs1          /usr/sbin/apxs1
 %define        apxs2           /usr/sbin/apxs
 
 # segfaults on x32
@@ -2111,7 +2110,7 @@ export PEAR_INSTALLDIR=%{php_pear_dir}
 # configure once (for faster debugging purposes)
 if [ ! -f _built-conf ]; then
        # now remove Makefile copies
-       rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed,phpdbg,milter}
+       rm -f Makefile.{cgi-fcgi,fpm,cli,apxs2,litespeed,phpdbg,milter}
 
        # Force use of system libtool:
        mv build/libtool.m4 build/libtool.m4.saved
This page took 0.054031 seconds and 4 git commands to generate.