On Wed, Dec 22, 2021 at 02:02:48PM +0100, Christian Melki wrote: > Use USE_GPERF instead.
Can you elaborate, why this is needed? With BUILD_GPERF=no we explicitly overwrite the check in the makefile. But I cannot find USE_GPERF anywhere in libcap. How should this work? Michael > Signed-off-by: Christian Melki <[email protected]> > --- > rules/host-libcap.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/host-libcap.make b/rules/host-libcap.make > index 2faae99c3..695ce6c44 100644 > --- a/rules/host-libcap.make > +++ b/rules/host-libcap.make > @@ -19,7 +19,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCAP) += host-libcap > HOST_LIBCAP_MAKE_OPT := \ > prefix= \ > lib=lib \ > - BUILD_GPERF=no \ > + USE_GPERF=no \ > PAM_CAP=no \ > GOLANG=no \ > LIBATTR=no \ > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
