summaryrefslogtreecommitdiff
path: root/www-servers/nginx/files/nginx-1.4.1-fix-perl-install-path.patch
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2023-06-30 16:08:08 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2023-06-30 16:08:08 +0200
commitcdda7e3aba7adaef12c3d598c494988820a501f1 (patch)
tree66aa1a36b88714a3a36d1f97ae7348d69a429d0b /www-servers/nginx/files/nginx-1.4.1-fix-perl-install-path.patch
parentbcfe2d68926ea38816109f607789eef9b0405cb4 (diff)
downloadportage-cdda7e3aba7adaef12c3d598c494988820a501f1.tar.gz
portage-cdda7e3aba7adaef12c3d598c494988820a501f1.tar.bz2
portage-cdda7e3aba7adaef12c3d598c494988820a501f1.zip
www-servers/nginx fork with updated lua modules
Diffstat (limited to 'www-servers/nginx/files/nginx-1.4.1-fix-perl-install-path.patch')
-rw-r--r--www-servers/nginx/files/nginx-1.4.1-fix-perl-install-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-servers/nginx/files/nginx-1.4.1-fix-perl-install-path.patch b/www-servers/nginx/files/nginx-1.4.1-fix-perl-install-path.patch
new file mode 100644
index 0000000..601a79b
--- /dev/null
+++ b/www-servers/nginx/files/nginx-1.4.1-fix-perl-install-path.patch
@@ -0,0 +1,13 @@
+diff --git a/auto/lib/perl/make b/auto/lib/perl/make
+index 260bd95..857ece6 100644
+--- a/auto/lib/perl/make
++++ b/auto/lib/perl/make
+@@ -35,6 +35,8 @@ $NGX_OBJS/src/http/modules/perl/Makefile: \\
+ NGX_DEPS="\$(CORE_DEPS) \$(HTTP_DEPS)" \\
+ $NGX_PERL Makefile.PL \\
+ LIB=$NGX_PERL_MODULES \\
++ PREFIX=$NGX_PREFIX \\
++ INSTALLDIRS=vendor \\
+ INSTALLSITEMAN3DIR=$NGX_PERL_MODULES_MAN
+
+ END