mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libhangul, disable static library (#7996)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user