libdatrie, disable static library (#8130)

This commit is contained in:
Schrijvers Luc
2023-03-27 10:03:39 +02:00
committed by GitHub
parent caa9069b2a
commit 0613d30121

View File

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