mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user