Build neon with SSL support if available
This commit is contained in:
@@ -32,6 +32,13 @@ ifeq ($(BR2_PACKAGE_NEON_NOXML),y)
|
|||||||
NEON_CONF_OPT+=--disable-webdav
|
NEON_CONF_OPT+=--disable-webdav
|
||||||
endif
|
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))
|
$(eval $(call AUTOTARGETS,package,neon))
|
||||||
|
|
||||||
ifeq ($(BR2_ENABLE_DEBUG),)
|
ifeq ($(BR2_ENABLE_DEBUG),)
|
||||||
|
|||||||
Reference in New Issue
Block a user