Date: Thu, 18 Apr 2019 01:02:00 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r346341 - head/tools/build Message-ID: <201904180102.x3I120ms040287@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Apr 18 01:02:00 2019 New Revision: 346341 URL: https://svnweb.freebsd.org/changeset/base/346341 Log: 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@ Modified: head/tools/build/Makefile Modified: head/tools/build/Makefile ============================================================================== --- head/tools/build/Makefile Thu Apr 18 00:38:54 2019 (r346340) +++ head/tools/build/Makefile Thu Apr 18 01:02:00 2019 (r346341) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904180102.x3I120ms040287>