From 390f3de05212e8837188a7645a18a5767189ef96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 20 Sep 2003 11:18:34 +0000 Subject: [PATCH] - fix building with new apr/apr-util Changed files: apache-mod_perl.spec -> 1.41 --- apache-mod_perl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache-mod_perl.spec b/apache-mod_perl.spec index e592f97..ae6104c 100644 --- a/apache-mod_perl.spec +++ b/apache-mod_perl.spec @@ -33,6 +33,7 @@ Patch0: %{name}-Makefile_PL.patch URL: http://perl.apache.org/ BuildRequires: %{apxs} BuildRequires: apache-devel >= 2.0.0 +BuildRequires: apr-util-devel BuildRequires: gdbm-devel BuildRequires: perl-devel >= 5.6.1 BuildRequires: perl-B-Graph @@ -198,6 +199,8 @@ Apache web MP_AP_PREFIX=%{_usr} \ INSTALLDIRS=vendor +find . -name 'Makefile*' -exec perl -pi -e "s#-I%{_includedir}/apache#-I%{_includedir}/apache $(apu-config --includes)#g" "{}" ";" + %{__make} \ CC="%{__cc}" -- 2.44.0