From b504877ec82bade0b8e0c2704995c69a8fd21a50 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 27 Oct 2016 10:12:17 +0000 Subject: bitcoincore: Indicate gentoo build --- eclass/bitcoincore.eclass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'eclass') diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass index 45d087b3cab9..aa9ed4b3f2e7 100644 --- a/eclass/bitcoincore.eclass +++ b/eclass/bitcoincore.eclass @@ -365,6 +365,10 @@ bitcoincore_prepare() { ;; esac done + + echo '#!/bin/true' >share/genbuild.sh + mkdir -p src/obj + echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h } bitcoincore_autoreconf() { -- cgit v1.2.3-65-gdbad