Fixes a build error when the implicit dependency host-gperf is not
available.
As it is only an optimization used at build-time of other ptxdist
packages, we can disable gperf support.

Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---
 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 251f2d56b..e5c456382 100644
--- a/rules/host-libcap.make
+++ b/rules/host-libcap.make
@@ -18,7 +18,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCAP) += host-libcap
 # Prepare
 # ----------------------------------------------------------------------------
 
-HOST_LIBCAP_MAKE_OPT := prefix= PAM_CAP=no LIBATTR=no lib=lib
+HOST_LIBCAP_MAKE_OPT := prefix= BUILD_GPERF=no PAM_CAP=no LIBATTR=no lib=lib
 HOST_LIBCAP_INSTALL_OPT := $(HOST_LIBCAP_MAKE_OPT) RAISE_SETFCAP=no install
 
 # vim: syntax=make
-- 
2.11.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to