mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libde265, disable static library (#8350)
This commit is contained in:
@@ -11,7 +11,7 @@ HOMEPAGE="https://homepage/of/projectx.org"
|
||||
COPYRIGHT="2013-2014 Struktur AG"
|
||||
LICENSE="GNU LGPL v3
|
||||
MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/strukturag/libde265/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c5ab61185f283f46388c700c43dc08606b0e260cd53f06b967ec0ad7a809ff11"
|
||||
|
||||
@@ -106,7 +106,8 @@ BUILD()
|
||||
./autogen.sh
|
||||
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user