app-office/gnucash: Disable auto-compiling /usr/bin/guild
authorPeter Levine <plevine457@gmail.com>
Sun, 15 Sep 2019 20:03:19 +0000 (16:03 -0400)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 13 Oct 2019 11:40:25 +0000 (13:40 +0200)
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>
app-office/gnucash/gnucash-3.7.ebuild

index ade4521330fa252c8e947d817bac7c6b51f3a143..699125271a4b3f62ed8848068e8ef8b42221e661 100644 (file)
@@ -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"