These tools aren't compiled in that case.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
[florian: fix subject]
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40796
define Package/gnutls-utils/install
$(INSTALL_DIR) $(1)/usr/bin
+ifeq ($(CONFIG_GNUTLS_OCSP),y)
+ifeq ($(CONFIG_GNUTLS_ANON),y)
$(CP) \
$(PKG_INSTALL_DIR)/usr/bin/gnutls-{cli,serv} \
$(1)/usr/bin/
-ifeq ($(CONFIG_GNUTLS_OCSP),y)
+endif
$(CP) \
$(PKG_INSTALL_DIR)/usr/bin/ocsptool \
$(1)/usr/bin/