Revert "yasm: use cmake configuration"

This reverts commit 825faf59d4ce47e33f224427b60df4d4fb989ac0.
This commit is contained in:
Lukas Rusak 2016-09-24 01:45:36 -07:00
parent 7ec3cd165b
commit d5a5e71451
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://www.tortall.net/projects/yasm/"
PKG_URL="http://www.tortall.net/projects/yasm/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="cmake:host"
PKG_DEPENDS_HOST=""
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/lang"
PKG_SHORTDESC="yasm: A complete rewrite of the NASM assembler"
@ -32,6 +32,15 @@ PKG_LONGDESC="Yasm is a complete rewrite of the NASM assembler under the new BSD
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CMAKE_OPTS_HOST="-DBUILD_SHARED_LIBS=ON \
-DENABLE_NLS=OFF \
-DYASM_BUILD_TESTS=OFF"
PKG_CONFIGURE_OPTS_HOST="--disable-debug \
--disable-warnerror \
--disable-profiling \
--disable-gcov \
--disable-python \
--disable-python-bindings \
--enable-nls \
--disable-rpath \
--without-dmalloc \
--with-gnu-ld \
--without-libiconv-prefix \
--without-libintl-prefix"