]> git.pld-linux.org Git - packages/php4.git/commitdiff
- build recode module
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 30 Jul 2004 23:57:27 +0000 (23:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4.spec -> 1.334

php4.spec

index 1006a9d10117bee8b98591817838e3ad8171c469..d97b309ac9bcfdd0a648f4b2a71e92e910327f10 100644 (file)
--- a/php4.spec
+++ b/php4.spec
@@ -59,7 +59,6 @@
 %define        apxs            /usr/sbin/apxs
 # some problems with apache 2.x
 %if %{_apache2}
-%undefine      with_recode
 %undefine      with_mm
 %endif
 %ifnarch %{ix86} sparc sparcv9 ppc
@@ -1450,6 +1449,9 @@ cp php.ini-dist php.ini
 %patch23 -p1
 %patch24 -p1
 
+# conflict seems to be resolved by recode patches
+rm -f ext/recode/config9.m4
+
 %build
 CFLAGS="%{rpmcflags} -DEAPI=1 -I/usr/X11R6/include"
 EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
This page took 0.112718 seconds and 4 git commands to generate.