]> git.pld-linux.org Git - packages/php.git/commitdiff
- BuildRequires: apache(EAPI)-devel
authorArtur Frysiak <artur@frysiak.net>
Fri, 25 Feb 2000 12:16:09 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Requires: apache(EAPI)

Changed files:
    php.spec -> 1.15

php.spec

index 3d22d794b27f8ff237d93e82d74c8a1979219b8d..5e185e351f4b89f459fb47536076ce477100af14 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -14,13 +14,13 @@ Source2:    php.ini
 Source3:       zend.gif
 Icon:          php4.gif
 URL:           http://www.php.net/
-BuildRequires: apache-devel
+BuildRequires: apache(EAPI)-devel
 BuildRequires: zlib-devel
 BuildRequires: mysql-devel >= 3.22.30-2
 BuildRequires: kaffe-devel
 BuildRequires: libxml-devel >= 1.0.0
 BuildRequires: gd-devel
-Requires:      apache >= 1.3.9
+Requires:      apache(EAPI) >= 1.3.9
 Prereq:                /usr/sbin/apxs
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -129,6 +129,7 @@ XML documents you should install this package in addition to the main
 
 %build
 LDFLAGS=""; export LDFLAGS
+CFLAGS="$RPM_OPT_FLAGS -DEAPI"; export CFLAGS
 ./buildconf
 %configure \
        --with-apxs=%{_sbindir}/apxs \
This page took 0.174463 seconds and 4 git commands to generate.