1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/trafficserver9/30-fix-perl-installation.patch
Peter Shkenev e945a407c1 testing/trafficserver9: new aport
trafficserver.apache.org

Fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server
2022-06-28 16:15:05 +00:00

11 lines
539 B
Diff

--- trafficserver-9.1.2.orig/lib/perl/Makefile.in
+++ trafficserver-9.1.2/lib/perl/Makefile.in
@@ -696,7 +696,7 @@
# copy them to the build directory if we are building out of tree.
Makefile-pl: Makefile.PL $(top_builddir)/config.status
test -f "$(top_builddir)/$(subdir)/Makefile.PL" || cp -rf "$(srcdir)/." "$(top_builddir)/$(subdir)/"
- $(PERL) Makefile.PL INSTALLDIRS=$(INSTALLDIRS) INSTALL_BASE=$(prefix) PREFIX=
+ $(PERL) Makefile.PL INSTALLDIRS=$(INSTALLDIRS) INSTALL_BASE= PREFIX=$(prefix)
clean-local:
-rm -f Makefile-pl