diff --git a/app-crypt/libu2f_host/libu2f_host-1.1.10.recipe b/app-crypt/libu2f_host/libu2f_host-1.1.10.recipe index 70ee6aca8..ef9999aff 100644 --- a/app-crypt/libu2f_host/libu2f_host-1.1.10.recipe +++ b/app-crypt/libu2f_host/libu2f_host-1.1.10.recipe @@ -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 }