mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 10:30:52 +00:00
Revert "yasm: use cmake configuration"
This reverts commit 825faf59d4ce47e33f224427b60df4d4fb989ac0.
This commit is contained in:
parent
7ec3cd165b
commit
d5a5e71451
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user