anthy, fix build, disable static libraries (#7989)

This commit is contained in:
Schrijvers Luc
2023-03-19 08:36:41 +01:00
committed by GitHub
parent db11397c87
commit 7d36284604

View File

@@ -11,7 +11,7 @@ COPYRIGHT="2000-2007 TABATA Yusuke, UGAWA Tomoharu
2000-2007 KMC(Kyoto University Micro Computer Club)
2001-2002 TAKAI Kosuke, Nobuoka Takahiro"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="http://sourceforge.jp/frs/redir.php?f=%2Fanthy%2F37536%2Fanthy-9100h.tar.gz"
CHECKSUM_SHA256="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
@@ -68,8 +68,8 @@ BUILD()
libtoolize --force --copy --install
aclocal
autoconf
automake
runConfigure ./configure
automake --add-missing
runConfigure ./configure --disable-static
make $jobArgs
}