portaudio, disable static library, remove libtool files (#7657)

This commit is contained in:
Schrijvers Luc
2022-12-26 20:05:54 +01:00
committed by GitHub
parent 85c7f9f5f5
commit d10a1a6a48

View File

@@ -3,7 +3,7 @@ DESCRIPTION="PortAudio is a free, cross-platform, audio I/O library."
HOMEPAGE="http://www.portaudio.com"
COPYRIGHT="1999-2021 Ross Bencina and Phil Burk"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz"
CHECKSUM_SHA256="47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def"
SOURCE_DIR="portaudio"
@@ -49,7 +49,8 @@ BUILD_PREREQUIRES="
BUILD()
{
autoconf -f
runConfigure ./configure --enable-cxx --enable-shared
runConfigure ./configure --enable-cxx --enable-shared \
--disable-static
make
}
@@ -59,6 +60,9 @@ INSTALL()
make install
# remove libtool files
rm $libDir/*.la
prepareInstalledDevelLibs \
libportaudio libportaudiocpp