mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
wget: add optional zlib support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
86eb94636e
commit
aff7673602
@ -30,4 +30,11 @@ ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
|
|||||||
WGET_DEPENDENCIES += util-linux
|
WGET_DEPENDENCIES += util-linux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
|
WGET_CONF_OPTS += --with-zlib
|
||||||
|
WGET_DEPENDENCIES += zlib
|
||||||
|
else
|
||||||
|
WGET_CONF_OPTS += --without-zlib
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user