summarylogtreecommitdiffstats
path: root/trafficserver.lib_perl_Makefile.in.patch
blob: 54ee458c3f7f8fc56f49d98fa0f0734b4a86306b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- lib/perl/Makefile.in.orig	2016-08-17 08:10:18.804768153 -1000
+++ lib/perl/Makefile.in	2016-08-17 08:10:46.160746491 -1000
@@ -708,16 +708,16 @@
 
 
 all-local: Makefile-pl
-	$(MAKE) -f Makefile-pl INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR)
+	$(MAKE) -f Makefile-pl INSTALLDIRS=vendor
 
 install-exec-local: Makefile-pl
-	$(MAKE) -f Makefile-pl INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR) install
+	$(MAKE) -f Makefile-pl INSTALLDIRS=vendor install
 
 # 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
 	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