mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/civetweb: add zlib optional dependency
zlib is an optional dependency since version 1.11 and
6b8b159353
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
cd5efaeb67
commit
41dfe5707c
@ -38,6 +38,12 @@ else
|
|||||||
CIVETWEB_COPT += -DNO_SSL
|
CIVETWEB_COPT += -DNO_SSL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
|
CIVETWEB_CONF_OPTS += WITH_ZLIB=1
|
||||||
|
CIVETWEB_LIBS += -lz
|
||||||
|
CIVETWEB_DEPENDENCIES += zlib
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_CIVETWEB_SERVER),y)
|
ifeq ($(BR2_PACKAGE_CIVETWEB_SERVER),y)
|
||||||
CIVETWEB_BUILD_TARGETS += build
|
CIVETWEB_BUILD_TARGETS += build
|
||||||
CIVETWEB_INSTALL_TARGETS += install
|
CIVETWEB_INSTALL_TARGETS += install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user