mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libcap: disable gperf
@ 2017-03-30 23:47 Clemens Gruber
  2017-03-31 13:36 ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Clemens Gruber @ 2017-03-30 23:47 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Build fails with the most recent gperf 3.1, disable it because it is not
essential for libcap.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/libcap.in   | 1 -
 rules/libcap.make | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/rules/libcap.in b/rules/libcap.in
index 6262467d1..767b4f412 100644
--- a/rules/libcap.in
+++ b/rules/libcap.in
@@ -2,7 +2,6 @@
 
 menuconfig LIBCAP
 	tristate
-	select HOST_GPERF
 	prompt "libcap                        "
 	help
 	  A library for getting and setting POSIX.1e capabilities.
diff --git a/rules/libcap.make b/rules/libcap.make
index bbcea1064..b0e1e0db6 100644
--- a/rules/libcap.make
+++ b/rules/libcap.make
@@ -33,7 +33,7 @@ LIBCAP_LICENSE_FILES := file://License;md5=3f84fd6f29d453a56514cb7e4ead25f1
 # ----------------------------------------------------------------------------
 
 LIBCAP_MAKE_OPT	:= \
-	prefix= PAM_CAP=no DYNAMIC=yes \
+	prefix= BUILD_GPERF=no PAM_CAP=no DYNAMIC=yes \
 	LIBATTR=$(call ptx/ifdef, PTXCONF_LIBCAP_SETCAP,yes,no) \
 	lib=lib \
 	CC=$(CROSS_CC) \
-- 
2.12.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2017-03-31 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 23:47 [ptxdist] [PATCH] libcap: disable gperf Clemens Gruber
2017-03-31 13:36 ` Michael Olbrich
2017-03-31 14:32   ` Clemens Gruber
2017-03-31 15:15     ` Michael Olbrich

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