libsndfile, disable static library (#8401)

This commit is contained in:
Schrijvers Luc
2023-04-15 14:36:34 +02:00
committed by GitHub
parent c16991b3b0
commit 1a18e94803

View File

@@ -4,7 +4,7 @@ files containing sampled audio data."
HOMEPAGE="http://www.mega-nerd.com/libsndfile"
COPYRIGHT="1999-2011 Erik de Castro Lopo"
LICENSE="GNU LGPL v2.1"
REVISION="6"
REVISION="7"
SOURCE_URI="http://www.mega-nerd.com/libsndfile/files/libsndfile-$portVersion.tar.gz"
CHECKSUM_SHA256="59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882"
PATCHES="libsndfile-$portVersion.patchset"
@@ -67,7 +67,7 @@ BUILD()
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
export CFLAGS=-O1
fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}
@@ -78,7 +78,7 @@ INSTALL()
# remove libtool library files
rm $libDir/libsndfile.la
prepareInstalledDevelLibs libsndfile
prepareInstalledDevelLib libsndfile
fixPkgconfig
# The pkgconfig files reference other libraries using the wrong paths, which