mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libdatrie, disable static library (#8130)
This commit is contained in:
@@ -10,7 +10,7 @@ dictionaries."
|
||||
HOMEPAGE="https://linux.thai.net/projects/datrie"
|
||||
COPYRIGHT="2006-2019 Theppitak Karoonboonyanan"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/tlwg/libdatrie/releases/download/v$portVersion/libdatrie-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149"
|
||||
|
||||
@@ -56,7 +56,7 @@ defineDebugInfoPackage libdatrie$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user