From a93250da753787d34db629cc1f0133bd7c3de689 Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 18 Apr 2019 01:02:00 +0000 Subject: [PATCH] As an interim measure until a more permanent solution is implemented workaround the following error: /usr/src/contrib/elftoolchain/strings/strings.c:198:55: error: use of undeclared identifier 'FA_OPEN' fa = fileargs_init(argc, argv, O_RDONLY, 0, &rights, FA_OPEN); Reported by: O. Hartmann Reported by: Michael Butler Reported by: gjb@ & cy@ (implicit) Reviewed by: emaste@ Noted by: rgrimes@ --- tools/build/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/build/Makefile b/tools/build/Makefile index 664f7644c62..8e08809eac9 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -59,9 +59,7 @@ INCS+= capsicum_helpers.h INCS+= libcasper.h .endif -.if !exists(/usr/include/casper/cap_fileargs.h) CASPERINC+= ${SRCTOP}/lib/libcasper/services/cap_fileargs/cap_fileargs.h -.endif .if empty(SRCS) SRCS= dummy.c -- 2.45.0