summaryrefslogtreecommitdiff
path: root/package/daq
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-21 15:04:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-21 15:04:30 +0100
commit9a8bf6232fb0ca6a4388efa00ab8cafa6a1cd63e (patch)
tree29735e84c803b10305178f273889b548f5f69df6 /package/daq
parent9b31cdb293b6de006fab96e037a8e174e6e5b8d4 (diff)
fix musl compile, ipfw is not used on linux
Diffstat (limited to 'package/daq')
-rw-r--r--package/daq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/daq/Makefile b/package/daq/Makefile
index 7e5c05c00..d0276e49d 100644
--- a/package/daq/Makefile
+++ b/package/daq/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= daq
PKG_VERSION:= 2.0.0
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= a00855a153647df76d47f1ea454f74ae
PKG_DESCR:= daq
PKG_SECTION:= libs
@@ -21,6 +21,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,DAQ,daq,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
AUTOTOOL_STYLE:= autoreconf
+CONFIGURE_ARGS+= --disable-ipfw-module
daq-install:
$(INSTALL_DIR) $(IDIR_DAQ)/usr/lib/daq