From: U-COLLECTD-WIN201\campbellsean Date: Tue, 31 Jul 2018 18:56:26 +0000 (+0000) Subject: Enable additional plugins on Windows. X-Git-Tag: collectd-5.9.0~143^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2885%2Fhead;p=thirdparty%2Fcollectd.git Enable additional plugins on Windows. --- diff --git a/build.sh b/build.sh index c7d557aad..f6849c3e6 100755 --- a/build.sh +++ b/build.sh @@ -93,6 +93,7 @@ build_cygwin() --dir=${TOP_SRCDIR}/gnulib/build \ canonicalize-lgpl \ fcntl-h \ + fnmatch \ getsockopt \ gettimeofday \ nanosleep \ @@ -141,7 +142,10 @@ build_cygwin() --datarootdir="${DATADIR}" \ --disable-all-plugins \ --host="mingw32" \ - --enable-logfile + --enable-logfile \ + --enable-match_regex \ + --enable-target_replace \ + --enable-target_set cp ${GNULIB_DIR}/../config.h src/gnulib_config.h echo "#include " >> src/gnulib_config.h