[Buildroot] [PATCH 2/3] package/bind: disable cmocka

Raphael Pavlidis raphael.pavlidis at googlemail.com
Tue Jun 28 18:10:07 UTC 2022


Maybe we could make this dependency dynamically, if the 
BR2_PACKAGE_CMOCKA is enabled.

For Example:

ifeq ($(BR2_PACKAGE_CMOCKA),y)
BIND_CONF_OPTS += --with-cmocka
BIND_DEPENDENCIES += cmocka
else
BIND_CONF_OPTS += --without-cmocka
endif



More information about the buildroot mailing list