diff --git a/srcpkgs/collectd/patches/gnu_source.patch b/srcpkgs/collectd/patches/gnu_source.patch new file mode 100644 index 0000000000..ac381e1f60 --- /dev/null +++ b/srcpkgs/collectd/patches/gnu_source.patch @@ -0,0 +1,14 @@ +# +# Define GNU_SOURCE so perl will be properly detected +# +--- configure.ac ++++ 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], + [ diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template index b65cc08c08..5a9bc36eb4 100644 --- a/srcpkgs/collectd/template +++ b/srcpkgs/collectd/template @@ -27,10 +27,6 @@ if [ -z "$CROSS_BUILD" ]; then build_options_default="rrdtool perl" fi -case "$XBPS_TARGET_MACHINE" in - *-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/8355/steps/shell_3/logs/stdio" ;; -esac - pre_configure() { autoreconf -fi }