]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- fixed build auto/ac/apache-mod_perl-1_99_13-0_1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 11 Apr 2004 18:52:26 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl.spec -> 1.50

apache-mod_perl.spec

index b17d19b2acb539d622ab1b50b58746d806d215b3..f2cdb8335f47bd8dad9f18323894d70dbd5237a8 100644 (file)
@@ -198,13 +198,12 @@ Apache web 
 %build
 %{__perl} Makefile.PL \
        MP_APXS=%{apxs} \
-       INSTALLDIRS=vendor
-
-find . -name 'Makefile*' -exec perl -pi -e \
-"s#-I/usr/include/apache#-I/usr/include/apache $(apu-config --includes)#g" "{}" ";"
+       INSTALLDIRS=vendor \
+       MP_CCOPTS="%{rpmcflags} -I/usr/include/apache `apu-config --includes`" 
 
 %{__make} \
-       CC="%{__cc}"
+       CC="%{__cc}" \
+       MP_APXS=%{apxs}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.062812 seconds and 4 git commands to generate.