mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
zeromq: add libunwind as an optional dependency
Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a86e44394a
commit
0d0ef33bb7
@ -51,4 +51,11 @@ else
|
|||||||
ZEROMQ_CONF_OPTS += --without-libsodium
|
ZEROMQ_CONF_OPTS += --without-libsodium
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
||||||
|
ZEROMQ_DEPENDENCIES += libunwind
|
||||||
|
ZEROMQ_CONF_OPTS += --enable-libunwind
|
||||||
|
else
|
||||||
|
ZEROMQ_CONF_OPTS += --disable-libunwind
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user