diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-10-27 10:12:17 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-11-08 22:36:23 -0500 |
commit | b504877ec82bade0b8e0c2704995c69a8fd21a50 (patch) | |
tree | dc6e1c96ba8a8776aaa543d48c85e9db11a801b2 /eclass/bitcoincore.eclass | |
parent | net-misc/tor: version bump to 0.2.9.5_alpha, remove 0.2.9.4_alpha (diff) | |
download | gentoo-b504877ec82bade0b8e0c2704995c69a8fd21a50.tar.gz gentoo-b504877ec82bade0b8e0c2704995c69a8fd21a50.tar.bz2 gentoo-b504877ec82bade0b8e0c2704995c69a8fd21a50.zip |
bitcoincore: Indicate gentoo build
Diffstat (limited to 'eclass/bitcoincore.eclass')
-rw-r--r-- | eclass/bitcoincore.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |