diff --git a/dev-libs/libdatrie/libdatrie-0.2.12.recipe b/dev-libs/libdatrie/libdatrie-0.2.12.recipe index d8987297b..d8f09dba8 100644 --- a/dev-libs/libdatrie/libdatrie-0.2.12.recipe +++ b/dev-libs/libdatrie/libdatrie-0.2.12.recipe @@ -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 }