diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-08-09 13:52:14 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-08-09 13:52:14 +0000 |
commit | bca34703525a26e474d33e6595ba5c9e54087e5a (patch) | |
tree | 1249742a96d14916f5c1f077e5d0e25073481ef7 /lang | |
parent | f72c7711e62d1a43234313c1a9e63096e01ff59c (diff) | |
download | pkgsrc-bca34703525a26e474d33e6595ba5c9e54087e5a.tar.gz |
compiler-rt: Disable SSP.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/compiler-rt/Makefile | 3 |
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} |