mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
tremor, disable static library (#8466)
This commit is contained in:
@@ -8,7 +8,7 @@ libraries distributed for free by Xiph.org."
|
||||
HOMEPAGE="https://wiki.xiph.org/Tremor/"
|
||||
COPYRIGHT="1994-2018 Xiph.Org Foundation"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="4b14e2579e91e22cd5dcc63553496ef6e7c5c222"
|
||||
SOURCE_URI="https://github.com/jhot/libtremor/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="f122b4d9f00412929b407c00f19d1b713604d57fb9ba72a98f4a68e77639abd1"
|
||||
@@ -56,7 +56,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user