pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/libunwind libunwind: Disable SSP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8703919b5c74
branches:  trunk
changeset: 311379:8703919b5c74
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Aug 09 13:51:42 2018 +0000

description:
libunwind: Disable SSP.

diffstat:

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

diffs (17 lines):

diff -r 051aae839f0c -r 8703919b5c74 lang/libunwind/Makefile
--- a/lang/libunwind/Makefile   Thu Aug 09 13:40:50 2018 +0000
+++ b/lang/libunwind/Makefile   Thu Aug 09 13:51:42 2018 +0000
@@ -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_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}



Home | Main Index | Thread Index | Old Index