pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/wasi-libcxx wasi-libcxx: Disable stack check expl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/66af4128ea7f
branches: trunk
changeset: 771690:66af4128ea7f
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Dec 22 16:10:43 2021 +0000
description:
wasi-libcxx: Disable stack check explicitly too
diffstat:
lang/wasi-libcxx/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 9dfc597b5656 -r 66af4128ea7f lang/wasi-libcxx/Makefile
--- a/lang/wasi-libcxx/Makefile Wed Dec 22 16:10:08 2021 +0000
+++ b/lang/wasi-libcxx/Makefile Wed Dec 22 16:10:43 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/12/22 13:00:26 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/22 16:10:43 ryoon Exp $
.include "../../lang/llvm/version.mk"
@@ -36,7 +36,9 @@
USE_LANGUAGES= c c++
USE_CMAKE= yes
-SSP_SUPPORTED= no
+
+SSP_SUPPORTED= no
+PKGSRC_USE_STACK_CHECK= no
CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE=1
Home |
Main Index |
Thread Index |
Old Index