mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
trafficserver.apache.org Fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server
11 lines
539 B
Diff
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
|