pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/compiler-rt compiler-rt: Disable SSP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a08f57919b2
branches:  trunk
changeset: 311380:2a08f57919b2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Aug 09 13:52:14 2018 +0000

description:
compiler-rt: Disable SSP.

diffstat:

 lang/compiler-rt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8703919b5c74 -r 2a08f57919b2 lang/compiler-rt/Makefile
--- a/lang/compiler-rt/Makefile Thu Aug 09 13:51:42 2018 +0000
+++ b/lang/compiler-rt/Makefile Thu Aug 09 13:52:14 2018 +0000
@@ -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 @@
 USE_LANGUAGES= c99 c++11
 USE_CMAKE=     yes
 GCC_REQD+=     4.8
+SSP_SUPPORTED= no
 
 CONFIGURE_DIRS=        ${WRKDIR}/build
 CMAKE_ARG_PATH=        ${WRKSRC}



Home | Main Index | Thread Index | Old Index