pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/libunwind libunwind: Disable SSP.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5065f33ecbfa
branches: trunk
changeset: 383754:5065f33ecbfa
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Aug 09 13:51:42 2018 +0000
description:
libunwind: Disable SSP.
diffstat:
lang/libunwind/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e6c20777988d -r 5065f33ecbfa lang/libunwind/Makefile
--- a/lang/libunwind/Makefile Thu Aug 09 13:40:50 2018 +0000
+++ b/lang/libunwind/Makefile Thu Aug 09 13:51:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/08/07 10:44:50 adam Exp $
+# $NetBSD: Makefile,v 1.14 2018/08/09 13:51:42 jperkin Exp $
DISTNAME= libunwind-6.0.1.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -17,6 +17,7 @@
USE_LANGUAGES= c c++11
USE_TOOLS+= pax
GCC_REQD+= 4.8
+SSP_SUPPORTED= no
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q}
Home |
Main Index |
Thread Index |
Old Index