mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/libcap-ng: disable python3
python3 is an optional dependency (enabled by default) since bump to version 0.7.7 in commit4314c86b0band02fc25f9d3Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit4d21ec5021) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e4e40d106b
commit
dabe89e5a4
@@ -12,10 +12,10 @@ LIBCAP_NG_CPE_ID_VENDOR = libcap-ng_project
|
||||
LIBCAP_NG_INSTALL_STAGING = YES
|
||||
|
||||
LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
|
||||
LIBCAP_NG_CONF_OPTS = --without-python
|
||||
LIBCAP_NG_CONF_OPTS = --without-python --without-python3
|
||||
|
||||
HOST_LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
|
||||
HOST_LIBCAP_NG_CONF_OPTS = --without-python
|
||||
HOST_LIBCAP_NG_CONF_OPTS = --without-python --without-python3
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user