mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libfresample: disable static library
This commit is contained in:
@@ -45,13 +45,14 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
sh autogen.sh
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
rm $libDir/*.a
|
||||
|
||||
prepareInstalledDevelLibs libfresample
|
||||
packageEntries devel $developDir
|
||||
|
||||
Reference in New Issue
Block a user