diff options
author | Steven Barth <steven@midlink.org> | 2014-07-18 16:03:14 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-07-18 16:03:14 +0200 |
commit | 0086bfb04c5c14cb94ddf74004252086c09b76ef (patch) | |
tree | 39d09967a81d82a806353e5112694f2e4aad95f0 /net | |
parent | 6785138bcaecab45d74a17be8c7716141ff54557 (diff) |
nsd: use builtin libevent
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/nsd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index dce72ef9d..5c87f5f13 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -30,7 +30,6 @@ define Package/nsd/default SECTION:=net CATEGORY:=Network SUBMENU:=IP Addresses and Names - DEPENDS:=+libevent2 endef define Package/nsd/default/description @@ -85,7 +84,7 @@ endef CONFIGURE_ARGS+= \ --disable-checking \ - --with-libevent="$(STAGING_DIR)/usr" \ + --with-libevent=no \ --with-user="network" \ CONFIGURE_VARS+= \ |