package/cracklib: move python support to python3
The configure script needs a bit of help to detect the python version. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
66dbb74763
commit
6ab41d540e
@ -20,9 +20,12 @@ else
|
||||
CRACKLIB_CONF_OPTS += --without-zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON),y)
|
||||
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
||||
CRACKLIB_CONF_OPTS += --with-python
|
||||
CRACKLIB_DEPENDENCIES += python
|
||||
CRACKLIB_CONF_ENV += \
|
||||
ac_cv_path_PYTHON=$(HOST_DIR)/bin/python3 \
|
||||
am_cv_python_version=$(PYTHON3_VERSION_MAJOR)
|
||||
CRACKLIB_DEPENDENCIES += python3
|
||||
else
|
||||
CRACKLIB_CONF_OPTS += --without-python
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user