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 }