Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/file force disable seccomp, in case it gets detected.



details:   https://anonhg.NetBSD.org/src/rev/48a461a54704
branches:  trunk
changeset: 836128:48a461a54704
user:      maya <maya%NetBSD.org@localhost>
date:      Fri Sep 28 14:45:16 2018 +0000

description:
force disable seccomp, in case it gets detected.

the configuration in this version of file is non-functional and results
in build failure if detected. The next version should be fine, but let's
ensure nobody runs into this build failure until it's imported.

reported by e3ef13f4ff44 on freenode.

diffstat:

 tools/file/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0e9aa6eca47 -r 48a461a54704 tools/file/Makefile
--- a/tools/file/Makefile       Fri Sep 28 13:24:02 2018 +0000
+++ b/tools/file/Makefile       Fri Sep 28 14:45:16 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2012/04/15 08:37:33 mrg Exp $
+#      $NetBSD: Makefile,v 1.8 2018/09/28 14:45:16 maya Exp $
 #
 
 GNUHOSTDIST=   ${.CURDIR}/../../external/bsd/file/dist
@@ -9,7 +9,7 @@
                CXX=${HOST_CXX:Q}
 
 CONFIGURE_ARGS=        --program-prefix=${_TOOL_PREFIX} --disable-shared \
-               --disable-warnings
+               --disable-warnings --disable-libseccomp
 
 .NOTPARALLEL:
 



Home | Main Index | Thread Index | Old Index