summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-08-09 13:51:42 +0000
committerjperkin <jperkin@pkgsrc.org>2018-08-09 13:51:42 +0000
commitf72c7711e62d1a43234313c1a9e63096e01ff59c (patch)
tree46d91461757cb6b2426c2ae0e2a262ade9c8ae85 /lang
parent2e84885ce89fb57cbe8fe1d4457756de888758fc (diff)
downloadpkgsrc-f72c7711e62d1a43234313c1a9e63096e01ff59c.tar.gz
libunwind: Disable SSP.
Diffstat (limited to 'lang')
-rw-r--r--lang/libunwind/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/libunwind/Makefile b/lang/libunwind/Makefile
index 5a5aaa21f0d..4f9a4f0f60b 100644
--- a/lang/libunwind/Makefile
+++ b/lang/libunwind/Makefile
@@ -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_CMAKE= yes
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}