mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 14:34:32 +04:00
python: remove argument for --with-system-ffi configure arg (based on python3)
And apparently `--with-system-ffi` does not take any arguments. But it's only in Python 3.6 that a check was added for that. After checking, Python 2.7 does not take any args either for `--with-system-ffi` ; so, remove it [for the case when this change may get backported]. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -127,7 +127,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--with-system-ffi="$(STAGING_DIR)/usr" \
|
--with-system-ffi \
|
||||||
--without-pymalloc \
|
--without-pymalloc \
|
||||||
$(ENABLE_IPV6) \
|
$(ENABLE_IPV6) \
|
||||||
CONFIG_SITE="$(PKG_BUILD_DIR)/config.site" \
|
CONFIG_SITE="$(PKG_BUILD_DIR)/config.site" \
|
||||||
@@ -227,7 +227,7 @@ HOST_CONFIGURE_ARGS+= \
|
|||||||
--prefix=$(HOST_PYTHON_DIR) \
|
--prefix=$(HOST_PYTHON_DIR) \
|
||||||
--exec-prefix=$(HOST_PYTHON_DIR) \
|
--exec-prefix=$(HOST_PYTHON_DIR) \
|
||||||
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
||||||
--with-system-ffi=$(STAGING_DIR_HOSTPKG) \
|
--with-system-ffi \
|
||||||
CONFIG_SITE= \
|
CONFIG_SITE= \
|
||||||
CFLAGS="$(HOST_CFLAGS)"
|
CFLAGS="$(HOST_CFLAGS)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user