mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
chmlib, disable static library (#8068)
This commit is contained in:
@@ -13,7 +13,7 @@ COPYRIGHT="
|
||||
2003 Jed Wing
|
||||
"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="http://www.jedrea.com/chmlib/chmlib-0.40.tar.gz"
|
||||
CHECKSUM_SHA256="512148ed1ca86dea051ebcf62e6debbb00edfdd9720cde28f6ed98071d3a9617"
|
||||
|
||||
@@ -54,7 +54,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user