Browse Source

apk: disable python module

APK recently introduced python binding support. Disable this sub module
as we don't ship python in normal build to reduce space.

Link: https://github.com/openwrt/openwrt/pull/17925
Signed-off-by: Christian Marangi <[email protected]>
Christian Marangi 10 tháng trước cách đây
mục cha
commit
3a1c19fd6b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package/system/apk/Makefile

+ 1 - 0
package/system/apk/Makefile

@@ -61,6 +61,7 @@ MESON_COMMON_ARGS = \
 	-Ddefault_library=static \
 	-Ddefault_library=static \
 	-Durl_backend=wget \
 	-Durl_backend=wget \
 	-Dzstd=false \
 	-Dzstd=false \
+	-Dpython=disabled \
 	-Dtests=disabled
 	-Dtests=disabled
 
 
 MESON_HOST_ARGS += \
 MESON_HOST_ARGS += \