summarylogtreecommitdiffstats
path: root/trafficserver.lib_perl_Makefile.in.patch
diff options
context:
space:
mode:
authorGalen Sampson2020-05-19 17:18:47 -0700
committerGalen Sampson2020-05-19 17:19:13 -0700
commite64173de1307dda8e69a9d877831fbfa795befc0 (patch)
tree31b799e2ae9bada80975b0b0c060d6bd4899becf /trafficserver.lib_perl_Makefile.in.patch
parent577ad9d12f92abfb434fbd1a8cc6da3664cc7666 (diff)
downloadaur-e64173de1307dda8e69a9d877831fbfa795befc0.tar.gz
Update to trafficserver release 8.0.7
* Update to trafficserver release 8.0.7 - Add new luajit dependency - Accommodate changes to the systemd that prevents trafficserver from running as the 'nobody' user. This is accomplished by relying on a 'trafficserver' user but introduces many challenges. See: https://bbs.archlinux.org/viewtopic.php?id=241480
Diffstat (limited to 'trafficserver.lib_perl_Makefile.in.patch')
-rw-r--r--trafficserver.lib_perl_Makefile.in.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/trafficserver.lib_perl_Makefile.in.patch b/trafficserver.lib_perl_Makefile.in.patch
index 14a646d095e5..c8d161270f48 100644
--- a/trafficserver.lib_perl_Makefile.in.patch
+++ b/trafficserver.lib_perl_Makefile.in.patch
@@ -1,6 +1,6 @@
---- lib/perl/Makefile.in.orig 2016-11-22 08:10:18.804768153 -1000
-+++ lib/perl/Makefile.in 2016-11-22 08:10:46.160746491 -1000
-@@ -708,16 +708,16 @@
+--- lib/perl/Makefile.in.orig 2020-05-07 06:07:06.047917129 -0700
++++ lib/perl/Makefile.in 2020-05-07 06:13:04.444045176 -0700
+@@ -682,16 +682,16 @@
all-local: Makefile-pl
@@ -9,14 +9,14 @@
install-exec-local: Makefile-pl
- $(MAKE) -f Makefile-pl INSTALLMAN3DIR=$(mandir)/man3 INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR) install
-+ $(MAKE) -f Makefile-pl INSTALLDIRS=vendor install
++ $(MAKE) -f Makefile-pl INSTALLDIRS=vendor
# The perl build needs to have the source files in the current working directory, so we need to
# copy them to the build directory if we are building out of tree.
- Makefile-pl: Makefile.PL
+ 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=vendor
- distclean-local:
- -rm -rf Makefile-pl MYMETA.* blip
+ clean-local:
+ -rm -f Makefile-pl