mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libshout, disable static library (#8399)
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="2002-2020 the Icecast team
|
||||
2014 Brendan Cully
|
||||
1995-1997 by Sam Rushing"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/libshout/libshout-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d9e568668a673994ebe3f1eb5f2bee06e3236a5db92b8d0c487e1c0f886a6890"
|
||||
PATCHES="libshout-$portVersion.patchset"
|
||||
@@ -86,7 +86,8 @@ BUILD()
|
||||
export LIBS="-lnetwork"
|
||||
autoreconf -fi
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -96,7 +97,7 @@ INSTALL()
|
||||
|
||||
rm $libDir/libshout.la
|
||||
|
||||
prepareInstalledDevelLibs libshout
|
||||
prepareInstalledDevelLib libshout
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
|
||||
Reference in New Issue
Block a user