mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libu2f_host, disable static library (#7977)
This commit is contained in:
@@ -8,7 +8,7 @@ HOMEPAGE="https://developers.yubico.com/libu2f-host/
|
||||
COPYRIGHT="2013-2014 Yubico AB"
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v2"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://github.com/Yubico/libu2f-host/archive/libu2f-host-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="45937c6c04349f865d9f047d3a68cc50ea24e9085d18ac2c7d31fa38eb749303"
|
||||
SOURCE_DIR="libu2f-host-libu2f-host-$portVersion"
|
||||
@@ -68,7 +68,8 @@ BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure --omit-dirs "binDir" ./configure \
|
||||
--bindir="$commandBinDir"
|
||||
--bindir="$commandBinDir" \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user