aboutsummaryrefslogtreecommitdiffstats
path: root/main/collectd/gnu_source.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/collectd/gnu_source.patch')
-rw-r--r--main/collectd/gnu_source.patch16
1 files changed, 9 insertions, 7 deletions
diff --git a/main/collectd/gnu_source.patch b/main/collectd/gnu_source.patch
index 1919d49f6f..323ce0faca 100644
--- a/main/collectd/gnu_source.patch
+++ b/main/collectd/gnu_source.patch
@@ -1,12 +1,14 @@
-define GNU_SOURCE so perl will be properly detected
---- ./configure.ac.orig
-+++ ./configure.ac
-@@ -67,6 +67,8 @@
+#
+# Define GNU_SOURCE so perl will be properly detected
+#
+--- a/configure.ac
++++ b/configure.ac
+@@ -48,6 +48,8 @@
PKG_PROG_PKG_CONFIG
+AC_GNU_SOURCE
+
- AC_CACHE_CHECK([if bison is the parser generator],
- [collectd_cv_prog_bison],
- [AS_IF([$YACC --version 2>/dev/null | $EGREP -q '^bison '],
+ AC_CACHE_CHECK([if Bison is the parser generator],
+ [collectd_cv_prog_bison],
+ [