aboutsummaryrefslogtreecommitdiffstats
path: root/rrdtool
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /rrdtool
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
downloadopenembedded-f96441b9faf769c9ecdd4d338b605ea3d0cc4010.tar.gz
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'rrdtool')
-rw-r--r--rrdtool/perl-make-options.diff12
1 files changed, 12 insertions, 0 deletions
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"},