mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
golang-base.eclass: ignore cflags etc in Go builds
Go doesn't use the standard CFLAGS, etc, so we can ignore them. Bug: https://bugs.gentoo.org/show_bug.cgi?id=428464
This commit is contained in:
@@ -24,6 +24,10 @@ if [[ -z ${_GOLANG_BASE} ]]; then
|
||||
_GOLANG_BASE=1
|
||||
|
||||
DEPEND=">=dev-lang/go-1.4.2:="
|
||||
|
||||
# Do not complain about CFLAGS etc since go projects do not use them.
|
||||
QA_FLAGS_IGNORED='.*'
|
||||
|
||||
STRIP_MASK="*.a"
|
||||
|
||||
# @ECLASS-VARIABLE: EGO_PN
|
||||
|
||||
Reference in New Issue
Block a user