Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
3a1c19fd6b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      package/system/apk/Makefile

+ 1 - 0
package/system/apk/Makefile

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