From: U-COLLECTD-WIN201\campbellsean Date: Tue, 31 Jul 2018 18:56:26 +0000 (+0000) Subject: Enable additional plugins on Windows. X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=9dab72e6d30124c068196af6569a4012d10844ab Enable additional plugins on Windows. --- diff --git a/build.sh b/build.sh index c7d557aa..f6849c3e 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