autotrace, disable static library (#8214)

This commit is contained in:
Schrijvers Luc
2023-04-01 10:09:39 +02:00
committed by GitHub
parent 60bac63d0b
commit 1cd0dae505

View File

@@ -6,7 +6,7 @@ commercial products that do the same."
HOMEPAGE="http://autotrace.sourceforge.net"
COPYRIGHT="2000-2020 AutoTrace contributors"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/autotrace/autotrace/archive/refs/tags/travis-20200219.65.tar.gz"
CHECKSUM_SHA256="74ca2555aff1a968290f13602a90f836872e08d37ecaf80c5296ad223f6cd69a"
SOURCE_DIR="autotrace-travis-20200219.65"
@@ -79,7 +79,8 @@ BUILD()
./autogen.sh
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \
--without-pstoedit
--without-pstoedit \
--disable-static
make $jobArgs
}