mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ibrdtnd: Fix configure args
The option --disable-libdaemon was missing and --with-dht is invalid. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
This commit is contained in:
@@ -38,7 +38,11 @@ define Package/ibrdtnd/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
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
|
define Package/ibrdtnd/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin/
|
$(INSTALL_DIR) $(1)/usr/sbin/
|
||||||
|
|||||||
Reference in New Issue
Block a user