1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 02:35:23 +03:00
aports/community/collectd/gnu_source.patch
2019-06-28 14:55:52 +00:00

14 lines
242 B
Diff

#
# 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],
[