From 2657e060d994ec825434cc6c6446408cef6eb4e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 2 Oct 2004 14:21:53 +0000 Subject: [PATCH] - update for new apr Changed files: apache-mod_perl.spec -> 1.68 --- apache-mod_perl.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apache-mod_perl.spec b/apache-mod_perl.spec index a6b2956..94cfe2b 100644 --- a/apache-mod_perl.spec +++ b/apache-mod_perl.spec @@ -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}" \ -- 2.44.0