diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-11-27 12:04:01 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-11-27 12:06:21 -0800 |
commit | aec992f2d223aea2fbe4142384d8d10a4a024d62 (patch) | |
tree | f6ee4f2218b74fa54f52329391df74111875f7a2 /app-emulation/snapd | |
parent | dev-util/diffoscope: bump up to 162 (diff) | |
download | gentoo-aec992f2d223aea2fbe4142384d8d10a4a024d62.tar.gz gentoo-aec992f2d223aea2fbe4142384d8d10a4a024d62.tar.bz2 gentoo-aec992f2d223aea2fbe4142384d8d10a4a024d62.zip |
app-emulation/snapd: don't set CGO_LDFLAGS
Solves errors like this with go-1.15:
go build runtime/cgo: invalid flag in go:cgo_ldflag: -Wl,-O1
Closes: https://bugs.gentoo.org/756205
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation/snapd')
-rw-r--r-- | app-emulation/snapd/snapd-2.47.1-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/snapd/snapd-2.47.1-r1.ebuild b/app-emulation/snapd/snapd-2.47.1-r1.ebuild index b9ba0a354704..863784f7b24c 100644 --- a/app-emulation/snapd/snapd-2.47.1-r1.ebuild +++ b/app-emulation/snapd/snapd-2.47.1-r1.ebuild @@ -101,7 +101,6 @@ src_configure() { export CGO_CFLAGS="${CFLAGS}" export CGO_CPPFLAGS="${CPPFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" - export CGO_LDFLAGS="${LDFLAGS}" pushd "${MY_S}/cmd" >/dev/null || die econf --libdir="${EPREFIX}/usr/lib" \ |