mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ibrdtn: Disable dependency on glib-2.0 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:
@@ -34,7 +34,8 @@ define Package/ibrdtn/description
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--with-compression
|
||||
--with-compression \
|
||||
--without-glib
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)
|
||||
|
||||
Reference in New Issue
Block a user