mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libsndfile, disable static library (#8401)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user