pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/compiler-rt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug  9 13:52:14 UTC 2018

Modified Files:
        pkgsrc/lang/compiler-rt: Makefile

Log Message:
compiler-rt: Disable SSP.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/compiler-rt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/compiler-rt/Makefile
diff -u pkgsrc/lang/compiler-rt/Makefile:1.1 pkgsrc/lang/compiler-rt/Makefile:1.2
--- pkgsrc/lang/compiler-rt/Makefile:1.1        Thu Aug  9 13:40:34 2018
+++ pkgsrc/lang/compiler-rt/Makefile    Thu Aug  9 13:52:14 2018
@@ -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}



Home | Main Index | Thread Index | Old Index