speex, disable static library (#7662)

This commit is contained in:
Schrijvers Luc
2022-12-26 10:19:56 +01:00
committed by GitHub
parent 978944a696
commit 816a603763

View File

@@ -16,7 +16,7 @@ COPYRIGHT="2002-2009 Xiph.org Foundation
2003 EpicGames
1992-1994 Jutta Degener, Carsten Bormann"
LICENSE="Speex"
REVISION="1"
REVISION="2"
SOURCE_URI="http://downloads.xiph.org/releases/speex/speex-$portVersion.tar.gz"
CHECKSUM_SHA256="4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea"
PATCHES="speex-$portVersion.patchset"
@@ -63,7 +63,8 @@ BUILD_PREREQUIRES="
BUILD()
{
AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=: runConfigure ./configure
AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=: runConfigure ./configure \
--disable-static
make $jobArgs
}