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