libhangul, disable static library (#7996)

This commit is contained in:
Schrijvers Luc
2023-03-19 16:33:27 +01:00
committed by GitHub
parent b18d6df0a8
commit df083d8583

View File

@@ -4,7 +4,7 @@ character classification."
HOMEPAGE="https://github.com/libhangul/libhangul"
COPYRIGHT="2004-2021 Hwangjin Choe"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/libhangul/libhangul/archive/refs/tags/libhangul-0.1.0.zip"
CHECKSUM_SHA256="e90fb326167f8d54ba637bf5d1d55cbe9956f6b03a7ae9cb0786037b4a2a487b"
SOURCE_DIR="libhangul-libhangul-$portVersion"
@@ -50,7 +50,7 @@ BUILD()
{
sh ./autogen.sh
autoupdate
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}