mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libheif, disable static library (#8362)
This commit is contained in:
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/strukturag/libheif"
|
||||
COPYRIGHT="2017-2020 Struktur AG"
|
||||
LICENSE="MIT
|
||||
GNU LGPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/strukturag/libheif/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65"
|
||||
|
||||
@@ -99,7 +99,8 @@ BUILD()
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--disable-gdk-pixbuf \
|
||||
--enable-tests
|
||||
--enable-tests \
|
||||
--disable-static
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user