diff options
author | Peter Levine <plevine457@gmail.com> | 2019-09-15 16:03:19 -0400 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-13 13:40:25 +0200 |
commit | da0a2270a21b226a810dc29f055b4f0eb6cd9ad2 (patch) | |
tree | 0dd41592f53335c51174537524a4438a093a751a /app-office | |
parent | app-office/gnucash: Remove unused cmake variable (diff) | |
download | gentoo-da0a2270a21b226a810dc29f055b4f0eb6cd9ad2.tar.gz gentoo-da0a2270a21b226a810dc29f055b4f0eb6cd9ad2.tar.bz2 gentoo-da0a2270a21b226a810dc29f055b4f0eb6cd9ad2.zip |
app-office/gnucash: Disable auto-compiling /usr/bin/guild
Stop the build from unnecessarily attempting to compile /usr/bin/guild.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/gnucash-3.7.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild index ade4521330fa..699125271a4b 100644 --- a/app-office/gnucash/gnucash-3.7.ebuild +++ b/app-office/gnucash/gnucash-3.7.ebuild @@ -98,6 +98,8 @@ src_unpack() { } src_configure() { + export GUILE_AUTO_COMPILE=0 + local sql_on_off="OFF" if use mysql || use postgres || use sqlite ; then sql_on_off="ON" |