aalib, disable static library (#8227)

This commit is contained in:
Schrijvers Luc
2023-04-02 08:35:55 +02:00
committed by GitHub
parent 47c73209d7
commit 4f86cddca4

View File

@@ -4,7 +4,7 @@ automatically convert still and moving images into ASCII art."
HOMEPAGE="http://aa-project.sourceforge.net/aalib/"
COPYRIGHT="1997-2001 Jam Hubicka, Thomas A. K. Kjaer, Tim Newsome, Kamil Toman"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://downloads.sourceforge.net/aa-project/aalib-1.4rc5.tar.gz"
CHECKSUM_SHA256="fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee"
SOURCE_DIR="aalib-1.4.0"
@@ -55,7 +55,7 @@ BUILD()
aclocal
autoconf
automake --add-missing
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}