mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
mhash, disable static library (#7987)
This commit is contained in:
@@ -7,7 +7,7 @@ HOMEPAGE="http://mhash.sourceforge.net/"
|
||||
COPYRIGHT="1998 Nikos Mavroyanopoulos
|
||||
1999, 2000 Sascha Schumman, Nikos Mavroyanopoulos"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/mhash/mhash-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3dcad09a63b6f1f634e64168dd398e9feb9925560f9b671ce52283a79604d13e"
|
||||
|
||||
@@ -47,7 +47,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user