libu2f_server, disable static library (#7985)

This commit is contained in:
Schrijvers Luc
2023-03-19 07:39:35 +01:00
committed by GitHub
parent 972f85fd1e
commit 351e08b501

View File

@@ -5,7 +5,7 @@ HOMEPAGE="https://developers.yubico.com/libu2f-server/
https://github.com/Yubico/libu2f-server"
COPYRIGHT="2014 Yubico AB"
LICENSE="BSD (2-clause)"
REVISION="5"
REVISION="6 "
SOURCE_URI="https://github.com/Yubico/libu2f-server/archive/libu2f-server-$portVersion.tar.gz"
CHECKSUM_SHA256="6551109e692c9c4fea61e99f1cd8377e8e54e3033e421cc191da6d673311c860"
SOURCE_DIR="libu2f-server-libu2f-server-$portVersion"
@@ -65,7 +65,7 @@ BUILD()
{
autoreconf -vfi
runConfigure --omit-dirs "binDir" ./configure \
--bindir="$commandBinDir"
--bindir="$commandBinDir" --disable-static
make $jobArgs
}