Procházet zdrojové kódy

disable python support

Waldemar Brodkorb před 11 roky
rodič
revize
62f5a17a49
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      toolchain/gdb/Makefile

+ 1 - 0
toolchain/gdb/Makefile

@@ -33,6 +33,7 @@ $(WRKBUILD)/.configured:
 		--disable-tui \
 		--disable-werror \
 		--disable-install-libiberty \
+		--without-python \
 		--without-x \
 	);
 	touch $@