From 75a9b50517308d3d4fa022f962e4ba32d7bbb6f7 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 24 Sep 2016 01:46:20 -0700 Subject: [PATCH] yasm: prevent from building with cmake configuration --- packages/lang/yasm/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/lang/yasm/package.mk b/packages/lang/yasm/package.mk index cfeaa18e1f..68f6a3a664 100644 --- a/packages/lang/yasm/package.mk +++ b/packages/lang/yasm/package.mk @@ -30,6 +30,7 @@ PKG_SHORTDESC="yasm: A complete rewrite of the NASM assembler" PKG_LONGDESC="Yasm is a complete rewrite of the NASM assembler under the new BSD License (some portions are under other licenses, see COPYING for details). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats and even multiple instruction sets. Another primary module of the overall design is an optimizer module." PKG_IS_ADDON="no" +PKG_USE_CMAKE="no" PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_HOST="--disable-debug \