lutok, disable static library (#8184)

This commit is contained in:
Schrijvers Luc
2023-03-30 10:34:16 +02:00
committed by GitHub
parent 7edc2e6656
commit 10b00cf713

View File

@@ -14,11 +14,11 @@ the Lua C API and thus degrade performance."
HOMEPAGE="https://github.com/jmmv/lutok"
COPYRIGHT="2011, 2012, 2014 Google Inc"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/jmmv/lutok/releases/download/lutok-$portVersion/lutok-$portVersion.tar.gz"
CHECKSUM_SHA256="2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5"
ARCHITECTURES="all !x86_gcc2 ?x86"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
commandSuffix="$secondaryArchSuffix"
@@ -75,6 +75,7 @@ BUILD()
{
runConfigure --omit-dirs docDir ./configure \
--docdir="$developDocDir" \
--disable-static \
--enable-developer=no
make $jobArgs
}