Changes of Revision 2
[-] [+] | Added | nginx-0.4.0-perl_vendor_install.patch |
@@ -0,0 +1,13 @@ +Index: auto/install +=================================================================== +--- auto/install.orig ++++ auto/install +@@ -7,7 +7,7 @@ + cat << END >> $NGX_MAKEFILE + + install_perl_modules: +- cd $NGX_OBJS/src/http/modules/perl && make install ++ cd $NGX_OBJS/src/http/modules/perl && make install_vendor + END + + NGX_INSTALL_PERL_MODULES=install_perl_modules |