mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Build neon with SSL support if available
This commit is contained in:
parent
fe370d6695
commit
9f96221e5e
@ -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),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user