nsd: use builtin libevent
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
6785138bca
commit
0086bfb04c
1 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,6 @@ define Package/nsd/default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
DEPENDS:=+libevent2
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nsd/default/description
|
define Package/nsd/default/description
|
||||||
|
@ -85,7 +84,7 @@ endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--disable-checking \
|
--disable-checking \
|
||||||
--with-libevent="$(STAGING_DIR)/usr" \
|
--with-libevent=no \
|
||||||
--with-user="network" \
|
--with-user="network" \
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
|
|
Loading…
Reference in a new issue