ode, disable static library (#8042)

This commit is contained in:
Schrijvers Luc
2023-03-22 09:10:25 +01:00
committed by GitHub
parent 602d51b642
commit cf9007a2dc

View File

@@ -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
}