]> git.pld-linux.org Git - packages/php.git/commitdiff
- typo in %%build
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 20 May 2001 01:55:34 +0000 (01:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disabled no_nsl patch - it's evil, wrong, stupid and needs fixing

Changed files:
    php.spec -> 1.76

php.spec

index 5d1c37f5b93e256e104997f07ae13eb772c0feaa..58cafaa3b7f9aa30ee9d17eaae3076e133ca3d8a 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -715,7 +715,7 @@ Pliki potrzebne do kompilacji modu
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch5 -p1
+#%patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1 
@@ -731,7 +731,8 @@ CFLAGS="%{rpmcflags} -DEAPI -I/usr/X11R6/include"; export CFLAGS
 libtoolize --copy --force
 aclocal
 autoconf
-for i in cgi fastcgi apxs ; do
+#for i in cgi fastcgi apxs ; do
+for i in cgi apxs ; do
 %configure \
        `[ $i = cgi ] && echo --enable-discard-path` \
        `[ $i = fastcgi ] && echo --enable-discard-path --with-fastcgi=/usr` \
This page took 0.691002 seconds and 4 git commands to generate.