mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libopusenc, disable static library (#8390)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user