summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-08-09 13:52:14 +0000
committerjperkin <jperkin@pkgsrc.org>2018-08-09 13:52:14 +0000
commitbca34703525a26e474d33e6595ba5c9e54087e5a (patch)
tree1249742a96d14916f5c1f077e5d0e25073481ef7 /lang
parentf72c7711e62d1a43234313c1a9e63096e01ff59c (diff)
downloadpkgsrc-bca34703525a26e474d33e6595ba5c9e54087e5a.tar.gz
compiler-rt: Disable SSP.
Diffstat (limited to 'lang')
-rw-r--r--lang/compiler-rt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/compiler-rt/Makefile b/lang/compiler-rt/Makefile
index 957ee50df6e..a3f4b40d8dc 100644
--- a/lang/compiler-rt/Makefile
+++ b/lang/compiler-rt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/09 13:40:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/09 13:52:14 jperkin Exp $
DISTNAME= compiler-rt-6.0.1.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -14,6 +14,7 @@ LICENSE= modified-bsd OR mit
USE_LANGUAGES= c99 c++11
USE_CMAKE= yes
GCC_REQD+= 4.8
+SSP_SUPPORTED= no
CONFIGURE_DIRS= ${WRKDIR}/build
CMAKE_ARG_PATH= ${WRKSRC}