mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
chafa, disable static library (#8215)
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="2018-2022 Hans Petter Jansson et al
|
||||
2008 Sean Fox"
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/hpjansson/chafa/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6a76719a1d67b772dcf81cd6959cfebae74ea1c92a09759e11b52f30b9345d40"
|
||||
|
||||
@@ -78,7 +78,8 @@ BUILD()
|
||||
mkdir -p m4
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user