From: Alexandru Ardelean Date: Tue, 7 Apr 2020 07:06:27 +0000 (+0300) Subject: python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBA... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F11791%2Fhead;p=feed%2Fpackages.git python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBAL_ARGS This fixes a typo with the default PYTHON3_PKG_SETUP_GLOBAL_ARGS. Since in make context non-defined variables are empty anyway, this doesn't produce any issues. The fix is more semantic in nature. Fixes https://github.com/openwrt/packages/issues/11790 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python3-package.mk b/lang/python/python3-package.mk index d20d19801a..0f5621c9f7 100644 --- a/lang/python/python3-package.mk +++ b/lang/python/python3-package.mk @@ -126,7 +126,7 @@ define Build/Compile/Py3Mod endef PYTHON3_PKG_SETUP_DIR ?= -PYTHON3_PKG_SETUP_GLOABL_ARGS ?= +PYTHON3_PKG_SETUP_GLOBAL_ARGS ?= PYTHON3_PKG_SETUP_ARGS ?= --single-version-externally-managed PYTHON3_PKG_SETUP_VARS ?=