From bb5cd29d111e64c30a5a359b9515d9a6ace440ca Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 8 Mar 2020 12:04:22 -0500 Subject: [PATCH] go-module.eclass: fix strip restriction Signed-off-by: William Hubbs --- eclass/go-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 74f7bb6aa70a..51484332335b 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -84,7 +84,7 @@ export GOFLAGS="-v -x -mod=readonly" QA_FLAGS_IGNORED='.*' # Go packages should not be stripped with strip(1). -RESTRICT="strip" +RESTRICT+=" strip" EXPORT_FUNCTIONS src_unpack pkg_postinst -- 2.26.2