mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/sudo: add optional support for zlib
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8bda3c5222
commit
0bd23d2dc2
@ -30,6 +30,13 @@ else
|
|||||||
SUDO_CONF_OPTS += --without-pam
|
SUDO_CONF_OPTS += --without-pam
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
|
SUDO_CONF_OPTS += --enable-zlib
|
||||||
|
SUDO_DEPENDENCIES += zlib
|
||||||
|
else
|
||||||
|
SUDO_CONF_OPTS += --disable-zlib
|
||||||
|
endif
|
||||||
|
|
||||||
# mksigname/mksiglist needs to run on build host to generate source files
|
# mksigname/mksiglist needs to run on build host to generate source files
|
||||||
define SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
|
define SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
|
||||||
$(MAKE) $(HOST_CONFIGURE_OPTS) \
|
$(MAKE) $(HOST_CONFIGURE_OPTS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user