summaryrefslogtreecommitdiffstats
path: root/fixperlinstall.patch
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2012-11-19 12:05:48 +0100
committerAlan Pevec <apevec@redhat.com>2012-11-19 12:06:20 +0100
commitea6362576026713a2c44de390953a21342074757 (patch)
treec557cff67400ddf6ec8b55094b03ccf05ede6dad /fixperlinstall.patch
parentd3ceb08841da17cefe2aafcadb5470014d6d1bd3 (diff)
downloadcollectd-ea6362576026713a2c44de390953a21342074757.tar.gz
collectd-ea6362576026713a2c44de390953a21342074757.tar.xz
collectd-ea6362576026713a2c44de390953a21342074757.zip
fixperlinstall from 4.10.8 by Kevin
Diffstat (limited to 'fixperlinstall.patch')
-rw-r--r--fixperlinstall.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/fixperlinstall.patch b/fixperlinstall.patch
new file mode 100644
index 0000000..1b8a2f2
--- /dev/null
+++ b/fixperlinstall.patch
@@ -0,0 +1,24 @@
+diff -Nur bindings/Makefile.am bindings/Makefile.am
+--- bindings/Makefile.am 2012-11-11 03:43:05.000000000 -0700
++++ bindings/Makefile.am 2012-11-18 10:34:15.937674174 -0700
+@@ -48,7 +48,7 @@
+
+ buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \
+ $(top_builddir)/config.status
+- cd buildperl && @PERL@ Makefile.PL INSTALL_BASE=$(prefix) @PERL_BINDINGS_OPTIONS@
++ cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@
+
+ buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
+
+diff -Nur bindings/Makefile.in bindings/Makefile.in
+--- bindings/Makefile.in 2012-11-18 10:33:13.530044620 -0700
++++ bindings/Makefile.in 2012-11-18 10:34:21.340724920 -0700
+@@ -710,7 +710,7 @@
+
+ buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \
+ $(top_builddir)/config.status
+- cd buildperl && @PERL@ Makefile.PL INSTALL_BASE=$(prefix) @PERL_BINDINGS_OPTIONS@
++ cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@
+
+ buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
+