mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
rnnoise, disable static libraries (#8449)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="RNNoise is a noise suppression library based on a recurrent neural
|
||||
HOMEPAGE="https://gitlab.xiph.org/xiph/rnnoise/"
|
||||
COPYRIGHT="Jean-Marc Valin"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="1cbdbcf1283499bbb2230a6b0f126eb9b236defd"
|
||||
SOURCE_URI="https://github.com/xiph/rnnoise/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="68c7ab4e408426088603e19955e746bb2a412d84bb121b6f39834c60fc8068b7"
|
||||
@@ -44,7 +44,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autogen.sh
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ INSTALL()
|
||||
|
||||
rm $libDir/*.la
|
||||
|
||||
prepareInstalledDevelLibs librnnoise
|
||||
prepareInstalledDevelLib librnnoise
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
|
||||
Reference in New Issue
Block a user