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