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