diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-08 05:12:11 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-28 14:55:52 +0000 |
commit | 62ed27bdb2050d65220830b0cc5415c1860537b0 (patch) | |
tree | 1b0b635c86beca926b32819b176c619a8a353a9e /community/collectd/gnu_source.patch | |
parent | edf101bff1090eb859ac1a316983ae6186191b2d (diff) | |
download | aports-62ed27bdb2050d65220830b0cc5415c1860537b0.tar.bz2 aports-62ed27bdb2050d65220830b0cc5415c1860537b0.tar.xz |
community/collectd: move from main
Diffstat (limited to 'community/collectd/gnu_source.patch')
-rw-r--r-- | community/collectd/gnu_source.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/collectd/gnu_source.patch b/community/collectd/gnu_source.patch new file mode 100644 index 0000000000..323ce0faca --- /dev/null +++ b/community/collectd/gnu_source.patch @@ -0,0 +1,14 @@ +# +# 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], + [ |