From 10b00cf71304746c1e3e54edc5958d702b975509 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 30 Mar 2023 10:34:16 +0200 Subject: [PATCH] lutok, disable static library (#8184) --- dev-lua/lutok/lutok-0.4.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-lua/lutok/lutok-0.4.recipe b/dev-lua/lutok/lutok-0.4.recipe index b4b977fe7..ef77d6a9f 100644 --- a/dev-lua/lutok/lutok-0.4.recipe +++ b/dev-lua/lutok/lutok-0.4.recipe @@ -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 }