psiconv, disable static library (#8021)

This commit is contained in:
Schrijvers Luc
2023-03-20 19:44:33 +01:00
committed by GitHub
parent 62026bd1c8
commit 946a90d2d0

View File

@@ -14,7 +14,7 @@ Psion Series 3 uses EPOC16, and are not supported."
HOMEPAGE="http://frodo.looijaard.name/project/psiconv/"
COPYRIGHT="1999-2005 Frodo Looijaard"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://frodo.looijaard.name/system/files/software/psiconv/psiconv-$portVersion.tar.gz"
CHECKSUM_SHA256="6d51fe79b502a1e277bea275a574ae2db5b1b9d7daef703a8fa3635ae02a8bb0"
@@ -61,7 +61,7 @@ BUILD()
aclocal
automake --add-missing
autoconf
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}