Build neon with SSL support if available

This commit is contained in:
Nigel Kukard 2009-08-05 12:11:08 +00:00
parent fe370d6695
commit 9f96221e5e

View File

@ -32,6 +32,13 @@ ifeq ($(BR2_PACKAGE_NEON_NOXML),y)
NEON_CONF_OPT+=--disable-webdav
endif
ifeq ($(BR2_PACKAGE_OPENSSL),y)
NEON_CONF_OPT+=--with-ssl
NEON_DEPENDENCIES+=openssl
else
NEON_CONF_OPT+=--without-ssl
endif
$(eval $(call AUTOTARGETS,package,neon))
ifeq ($(BR2_ENABLE_DEBUG),)