diff options
Diffstat (limited to 'package/rrdcollect/Makefile')
-rw-r--r-- | package/rrdcollect/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/rrdcollect/Makefile b/package/rrdcollect/Makefile index f4d562e3a..3eb98204f 100644 --- a/package/rrdcollect/Makefile +++ b/package/rrdcollect/Makefile @@ -26,9 +26,8 @@ CONFIGURE_ENV+= LIBS="${RRDTOOL_LIBS} -lz" \ CONFIGURE_ARGS+= --enable-exec \ --without-rrdtool \ --with-librrd \ - --without-libpcre \ - --without-libpcap -TCFLAGS+= -DSOCKET_COMM + --without-libpcre +TARGET_CPPFLAGS+= -DSOCKET_COMM post-install: ${INSTALL_DIR} ${IDIR_RRDCOLLECT}/usr/sbin |