From a20f6083975991cdb89bc1872c3615e78470a017 Mon Sep 17 00:00:00 2001 From: Johannes Morgenroth Date: Tue, 26 Aug 2014 15:19:08 +0200 Subject: [PATCH] ibrdtnd: Fix configure args The option --disable-libdaemon was missing and --with-dht is invalid. Signed-off-by: Johannes Morgenroth --- net/ibrdtnd/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net/ibrdtnd/Makefile b/net/ibrdtnd/Makefile index eff86703e..c6281a7b6 100644 --- a/net/ibrdtnd/Makefile +++ b/net/ibrdtnd/Makefile @@ -38,7 +38,11 @@ define Package/ibrdtnd/description endef CONFIGURE_ARGS += \ - --with-tls --with-sqlite --with-dht --without-wifip2p --without-vmime + --with-tls \ + --with-sqlite \ + --without-wifip2p \ + --without-vmime \ + --disable-libdaemon define Package/ibrdtnd/install $(INSTALL_DIR) $(1)/usr/sbin/