mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ibrdtnd: Disable dependency on wifip2p and vmime library
Since the current release of the package does not provide configure options to disable these dependencies, a patch is necessary. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
This commit is contained in:
@@ -37,7 +37,7 @@ define Package/ibrdtnd/description
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--with-tls --with-sqlite --with-dht
|
||||
--with-tls --with-sqlite --with-dht --without-wifip2p --without-vmime
|
||||
|
||||
define Package/ibrdtnd/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin/
|
||||
|
||||
Reference in New Issue
Block a user