Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libcap: disable GOLANG
@ 2020-08-31  2:16 Tian Yuanhao
  2020-08-31 15:15 ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Tian Yuanhao @ 2020-08-31  2:16 UTC (permalink / raw)
  To: buildroot

libcap is a pure C library before 2.27, it lacks some environment
variables set in pkg-golang.mk.

Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>
---
 ?package/libcap/libcap.mk | 4 ++--
 ?1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libcap/libcap.mk b/package/libcap/libcap.mk
index 08c1bc9..5843ef9 100644
--- a/package/libcap/libcap.mk
+++ b/package/libcap/libcap.mk
@@ -62,12 +62,12 @@ endef

 ?define HOST_LIBCAP_BUILD_CMDS
 ???? $(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)\
-??? ??? RAISE_SETFCAP=no
+??? ??? GOLANG=no RAISE_SETFCAP=no
 ?endef

 ?define HOST_LIBCAP_INSTALL_CMDS
 ???? $(HOST_MAKE_ENV) $(MAKE) -C $(@D) prefix=$(HOST_DIR) \
-??? ??? RAISE_SETFCAP=no lib=lib install
+??? ??? GOLANG=no RAISE_SETFCAP=no lib=lib install
 ?endef

 ?$(eval $(generic-package))
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-09 20:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-31  2:16 [Buildroot] [PATCH] libcap: disable GOLANG Tian Yuanhao
2020-08-31 15:15 ` Peter Korsgaard
2020-08-31 16:14   ` Tian Yuanhao
2020-08-31 16:24     ` Peter Korsgaard
2020-09-09 20:35       ` Joseph Kogut
2020-09-09 20:42     ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox