From cf9007a2dc04f5c948b176202b748bea58be9483 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 22 Mar 2023 09:10:25 +0100 Subject: [PATCH] ode, disable static library (#8042) --- dev-games/ode/ode-0.12.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-games/ode/ode-0.12.recipe b/dev-games/ode/ode-0.12.recipe index f37624c6e..c7870631b 100644 --- a/dev-games/ode/ode-0.12.recipe +++ b/dev-games/ode/ode-0.12.recipe @@ -8,7 +8,7 @@ HOMEPAGE="http://www.ode.org/" COPYRIGHT="2001-2004 Russell L. Smith" LICENSE="GNU LGPL v3 BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="http://downloads.sourceforge.net/project/opende/ODE/0.12/ode-0.12.tar.bz2" CHECKSUM_SHA256="65c5315a42c725d2da01ea2c1b045583d54e0d1a95e3f7c062e5ba3769f5c350" PATCHES="ode-0.12.patch" @@ -47,7 +47,8 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure --enable-shared + runConfigure ./configure --enable-shared \ + --disable-static make $jobArgs }