]> git.pld-linux.org Git - packages/php.git/commitdiff
- buildfix for ac
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 20 Feb 2010 01:16:35 +0000 (01:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.843

php.spec

index c298d824bb676d5d44eb73f3bc566525ffc9178f..9a459caa4eb305a359ea1d4e23f562544f9dee86 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1759,7 +1759,9 @@ cp php.ini-production php.ini
 
 %patch111 -p4
 
+%if "%{pld_release}" != "ac"
 sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
+%endif
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
This page took 0.057028 seconds and 4 git commands to generate.