X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=build.sh;h=a1a676981ae237a385c8229bce18e9d43cbe8705;hb=672db9f6ec912aac14c0a099a13c446f66224ea2;hp=c4eada6ae46c1bff4d691117f2b9f23c4bd9b59a;hpb=b09e7fc2d9421660e16a6be334c7a3ad38ec314c;p=collectd.git diff --git a/build.sh b/build.sh index c4eada6a..a1a67698 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