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