dev-lang/go: Enable CGO on compilation. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 1c1214fd6a347e707e4c31309f2e8e3e4f251e95
   DIR parent 5bf874da9bc7748deaac74ad8e2bddbbc99e879e
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 22 Feb 2018 17:47:59 +0100
       
       dev-lang/go: Enable CGO on compilation.
       
       Diffstat:
         M dev-lang/go/go-1.10.ebuild          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dev-lang/go/go-1.10.ebuild b/dev-lang/go/go-1.10.ebuild
       @@ -190,7 +190,7 @@ src_compile()
                einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
        
                cd src
       -        CGO_ENABLED=0 ./make.bash || die "build failed"
       +        CGO_ENABLED=1 ./make.bash || die "build failed"
        }
        
        src_test()