From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- rrdtool/perl-make-options.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'rrdtool') diff --git a/rrdtool/perl-make-options.diff b/rrdtool/perl-make-options.diff index e69de29bb2..5da332f709 100644 --- a/rrdtool/perl-make-options.diff +++ b/rrdtool/perl-make-options.diff @@ -0,0 +1,12 @@ +--- perl-shared/Makefile.PL.in.o 2004-10-27 14:55:36.413765216 +0200 ++++ perl-shared/Makefile.PL.in 2004-10-27 14:56:50.447510376 +0200 +@@ -12,6 +12,9 @@ + 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}", + 'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', + 'CCFLAGS' => "$Config{ccflags} -DHAVE_CONFIG_H", ++ 'CC' => '@CC@', ++ 'LD' => '@CC@', ++ 'LDFROM' => '@LDFLAGS@', + # where to look for the necessary libraries + # Perl will figure out which one is valid + 'depend' => {'RRDs.c' => "@top_srcdir@/src/.libs/librrd_private.a"}, -- cgit v1.2.3