pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/wasi-compiler-rt wasi-compiler-rt: Disable stack ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9dfc597b5656
branches: trunk
changeset: 771689:9dfc597b5656
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Dec 22 16:10:08 2021 +0000
description:
wasi-compiler-rt: Disable stack check explicitly too
diffstat:
lang/wasi-compiler-rt/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r e64b82ef206c -r 9dfc597b5656 lang/wasi-compiler-rt/Makefile
--- a/lang/wasi-compiler-rt/Makefile Wed Dec 22 16:09:45 2021 +0000
+++ b/lang/wasi-compiler-rt/Makefile Wed Dec 22 16:10:08 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/12/22 12:52:49 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/22 16:10:08 ryoon Exp $
.include "../../lang/llvm/version.mk"
@@ -19,7 +19,9 @@
USE_CMAKE= yes
USE_LANGUAGES= c99 c++11
USE_TOOLS+= ggrep
-SSP_SUPPORTED= no
+
+SSP_SUPPORTED= no
+PKGSRC_USE_STACK_CHECK= no
CONFIGURE_DIRS= ../build
CMAKE_ARG_PATH= ${WRKSRC}/lib/builtins
Home |
Main Index |
Thread Index |
Old Index