mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
nbd: fix gnutls dependency
Get rid of gnutls dependency introduced in 5bca84b. Needs patching
configure script to make gnutls existence test optional.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
This commit is contained in:
+2
-1
@@ -51,7 +51,8 @@ define Package/nbd-server/description
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--disable-glibtest
|
||||
--disable-glibtest \
|
||||
--without-gnutls
|
||||
|
||||
TARGET_CFLAGS += --std=gnu99 -DNODAEMON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user