summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-10-27 10:12:17 +0000
committerAnthony G. Basile <blueness@gentoo.org>2016-11-08 22:36:23 -0500
commitb504877ec82bade0b8e0c2704995c69a8fd21a50 (patch)
treedc6e1c96ba8a8776aaa543d48c85e9db11a801b2 /eclass
parentnet-misc/tor: version bump to 0.2.9.5_alpha, remove 0.2.9.4_alpha (diff)
downloadgentoo-b504877ec82bade0b8e0c2704995c69a8fd21a50.tar.gz
gentoo-b504877ec82bade0b8e0c2704995c69a8fd21a50.tar.bz2
gentoo-b504877ec82bade0b8e0c2704995c69a8fd21a50.zip
bitcoincore: Indicate gentoo build
Diffstat (limited to 'eclass')
-rw-r--r--eclass/bitcoincore.eclass4
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() {