ibrdtn-tools: Disable dependency on libdaemon library

Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
This commit is contained in:
Johannes Morgenroth
2014-08-24 11:18:04 +02:00
parent 2c81073f2f
commit b9a646bd87
2 changed files with 92 additions and 0 deletions
+3
View File
@@ -33,6 +33,9 @@ define Package/ibrdtn-tools/description
and a tools to ping a DTN node (dtnping).
endef
CONFIGURE_ARGS += \
--without-libdaemon
define Package/ibrdtn-tools/install
$(INSTALL_DIR) $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dtnping $(1)/usr/bin/dtnping