mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
lzo, disable static library (#7643)
This commit is contained in:
@@ -22,7 +22,7 @@ a quite competitive compression ratio.
|
||||
HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
|
||||
COPYRIGHT="1996-2011 Markus F.X.J Oberhumer"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.oberhumer.com/opensource/lzo/download/lzo-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072"
|
||||
|
||||
@@ -56,7 +56,8 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --enable-shared
|
||||
runConfigure ./configure --enable-shared \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user