From 6e2e97118dfed00b55fb2d26170c10f36cc877fb Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 7 Jan 2021 18:46:50 +0100 Subject: [PATCH] hefur, revbump for newer nettle (#5586) --- net-p2p/hefur/hefur-0.6.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/hefur/hefur-0.6.recipe b/net-p2p/hefur/hefur-0.6.recipe index 5137aad04..a1324af39 100644 --- a/net-p2p/hefur/hefur-0.6.recipe +++ b/net-p2p/hefur/hefur-0.6.recipe @@ -13,7 +13,7 @@ Features: HOMEPAGE="https://github.com/abique/hefur" COPYRIGHT="2012 Alexandre Bique" LICENSE="MIT" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/abique/hefur/archive/$portVersion.tar.gz" CHECKSUM_SHA256="ce693eb5f0410e47cd1f65906b77c9b0179eb807943119b900a8fa8f630d0d7b" SOURCE_FILENAME="hefur-$portVersion.tar.gz" @@ -80,6 +80,7 @@ BUILD() cmake . \ $cmakeDirArgs \ -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_BINDIR=$commandBinDir \ -DCMAKE_CXX_FLAGS="-D_BSD_SOURCE" \ -DCMAKE_EXE_LINKER_FLAGS="-lnetwork -lgnu" make $jobArgs