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:
Marcin Jurkowski
2017-10-25 16:52:28 +02:00
parent c97d4999f8
commit f3bf7eb125
3 changed files with 17 additions and 1 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ define Package/nbd-server/description
endef
CONFIGURE_ARGS += \
--disable-glibtest
--disable-glibtest \
--without-gnutls
TARGET_CFLAGS += --std=gnu99 -DNODAEMON