mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libu2f_server, disable static library (#7985)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user