libopusenc, disable static library (#8390)

This commit is contained in:
Schrijvers Luc
2023-04-14 19:33:30 +02:00
committed by GitHub
parent aa1c186dab
commit 0b0a333c69

View File

@@ -16,7 +16,7 @@ COPYRIGHT="1994-2013 Xiph.Org Foundation and contributors
2018 Andrew Allen
2017 Ralph Giles"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.xiph.org/releases/opus/libopusenc-$portVersion.tar.gz"
CHECKSUM_SHA256="8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9"
@@ -66,7 +66,7 @@ defineDebugInfoPackage libopusenc$secondaryArchSuffix \
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}
@@ -77,7 +77,7 @@ INSTALL()
# remove libtool library file
rm -f "$libDir"/libopusenc.la
prepareInstalledDevelLibs libopusenc
prepareInstalledDevelLib libopusenc
fixPkgconfig
packageEntries devel \