Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created February 5, 2013 12:26
Show Gist options
  • Save faxm0dem/4714159 to your computer and use it in GitHub Desktop.
Save faxm0dem/4714159 to your computer and use it in GitHub Desktop.
collectd-5.2.1 buildperl
diff -ur collectd-5.2.0.ori/bindings/Makefile.am collectd-5.2.0/bindings/Makefile.am
--- collectd-5.2.0.ori/bindings/Makefile.am 2012-11-17 23:23:21.000000000 +0100
+++ collectd-5.2.0/bindings/Makefile.am 2012-11-20 13:54:11.000000000 +0100
@@ -48,7 +48,7 @@
buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \\
$(top_builddir)/config.status
- cd buildperl && @PERL@ Makefile.PL INSTALL_BASE=$(DESTDIR)$(prefix) @PERL_BINDINGS_OPTIONS@
+ cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@
buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
diff -ur collectd-5.2.0.ori/bindings/Makefile.in collectd-5.2.0/bindings/Makefile.in
--- collectd-5.2.0.ori/bindings/Makefile.in 2012-11-17 23:23:37.000000000 +0100
+++ collectd-5.2.0/bindings/Makefile.in 2012-11-20 13:54:02.000000000 +0100
@@ -719,7 +719,7 @@
buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \\
$(top_builddir)/config.status
- cd buildperl && @PERL@ Makefile.PL INSTALL_BASE=$(DESTDIR)$(prefix) @PERL_BINDINGS_OPTIONS@
+ cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@
buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment