aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-04-18 01:02:00 +0000
committerCy Schubert <cy@FreeBSD.org>2019-04-18 01:02:00 +0000
commit6389bef8f18b6cb74711e4e8c4a500d9a2cfb903 (patch)
tree842a69406a337f66b611fe150a185f48993923d8
parentbfcf888a87a6dc56c86283890796714ccd166438 (diff)
downloadsrc-6389bef8f18b6cb74711e4e8c4a500d9a2cfb903.tar.gz
src-6389bef8f18b6cb74711e4e8c4a500d9a2cfb903.zip
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 <ohartmann@walstatt.org> Reported by: Michael Butler <imb@protected-networks.net> Reported by: gjb@ & cy@ (implicit) Reviewed by: emaste@ Noted by: rgrimes@
Notes
Notes: svn path=/head/; revision=346341
-rw-r--r--tools/build/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 664f7644c62e..8e08809eac95 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