diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 15:27:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 15:27:21 +0100 |
commit | 86ada69f32491de2415d237605370e7f4e8d5e01 (patch) | |
tree | c6b3a66608e868d9e50727a6a3b49546a4278f98 /package/collectd/Makefile | |
parent | c2710be1b1b700412e107e70e4a9fb74d171122b (diff) |
fix some cygwin issues
Diffstat (limited to 'package/collectd/Makefile')
-rw-r--r-- | package/collectd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/collectd/Makefile b/package/collectd/Makefile index 222f46ab3..24d337b1d 100644 --- a/package/collectd/Makefile +++ b/package/collectd/Makefile @@ -93,6 +93,7 @@ CONFIGURE_ARGS+= --disable-apache \ --enable-wireless \ --with-fp-layout=nothing \ --without-java \ + --without-libiptc \ --with-nan-emulation XAKE_FLAGS+= LIBS='-lm' |