Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
Modules
>
apache2-mod_apreq2
> libapreq2-perl_install_vendor.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libapreq2-perl_install_vendor.patch of Package apache2-mod_apreq2
--- glue/Makefile.in.orig 2009-04-15 21:27:58.000000000 +0200 +++ glue/Makefile.in 2009-04-15 21:28:08.000000000 +0200 @@ -266,7 +266,7 @@ perl_install: cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@ @MM_OPTS@ - cd perl; $(MAKE) install + cd perl; $(MAKE) install_vendor perl_clean: -cd perl; $(MAKE) clean --- glue/Makefile.am.orig 2009-04-15 21:27:46.000000000 +0200 +++ glue/Makefile.am 2009-04-15 21:27:54.000000000 +0200 @@ -16,7 +16,7 @@ perl_install: cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@ @MM_OPTS@ - cd perl; $(MAKE) install + cd perl; $(MAKE) install_vendor perl_clean: -cd perl; $(MAKE) clean