From 9dab72e6d30124c068196af6569a4012d10844ab Mon Sep 17 00:00:00 2001 From: "U-COLLECTD-WIN201\\campbellsean" Date: Tue, 31 Jul 2018 18:56:26 +0000 Subject: [PATCH] Enable additional plugins on Windows. --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.11.0