From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200703084342.GA154165@lenoch> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 06 Jul 2020 08:32:01 +0200 Subject: Re: [ptxdist] [APPLIED] host-libcap: disable go binding List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Thanks, applied as a986feb514bd7ff6c75d0fb7a3fc7ea3b0169f44. Michael [sent from post-receive hook] On Mon, 06 Jul 2020 08:32:01 +0200, Ladislav Michl wrote: > It is not needed and saves compilation time. > > Signed-off-by: Ladislav Michl > Message-Id: <20200703084342.GA154165@lenoch> > [mol: add some more line breaks] > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-libcap.make b/rules/host-libcap.make > index 61df84778d5b..2faae99c3c9a 100644 > --- a/rules/host-libcap.make > +++ b/rules/host-libcap.make > @@ -16,7 +16,15 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCAP) += host-libcap > # Prepare > # ---------------------------------------------------------------------------- > > -HOST_LIBCAP_MAKE_OPT := prefix= BUILD_GPERF=no PAM_CAP=no LIBATTR=no DYNAMIC=yes lib=lib > +HOST_LIBCAP_MAKE_OPT := \ > + prefix= \ > + lib=lib \ > + BUILD_GPERF=no \ > + PAM_CAP=no \ > + GOLANG=no \ > + LIBATTR=no \ > + DYNAMIC=yes > + > HOST_LIBCAP_INSTALL_OPT := $(HOST_LIBCAP_MAKE_OPT) RAISE_SETFCAP=no install > > # vim: syntax=make _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de