]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- update for new apr
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 2 Oct 2004 14:21:53 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl.spec -> 1.68

apache-mod_perl.spec

index a6b295637e2ad9c02526883b1394fe08fe00a29f..94cfe2b69dca0a512bb914aadf230ab4aa4c9a7c 100644 (file)
@@ -35,7 +35,7 @@ Source1:      %{name}.conf
 Patch0:                %{name}-Makefile_PL.patch
 URL:           http://perl.apache.org/
 BuildRequires: apache-devel >= 2.0.0
-BuildRequires: apr-util-devel
+BuildRequires: apr-util-devel >= 1:1.0.0
 BuildRequires: expat-devel
 BuildRequires: gdbm-devel
 BuildRequires: openldap-devel
@@ -204,8 +204,9 @@ Apache web 
 %build
 %{__perl} Makefile.PL \
        MP_APXS=%{apxs} \
+       MP_APR_CONFIG=%{_bindir}/apr-1-config \
        INSTALLDIRS=vendor \
-       MP_CCOPTS="-I/usr/include/apache `apu-config --includes`" 
+       MP_CCOPTS="-I/usr/include/apache `apu-1-config --includes`" 
 
 %{__make} \
        OPTIMIZE="%{rpmcflags}" \
This page took 0.103678 seconds and 4 git commands to generate.