mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lutok, disable static library (#8184)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user