pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/libunwind



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug  9 13:51:42 UTC 2018

Modified Files:
        pkgsrc/lang/libunwind: Makefile

Log Message:
libunwind: Disable SSP.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/libunwind/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/libunwind/Makefile
diff -u pkgsrc/lang/libunwind/Makefile:1.13 pkgsrc/lang/libunwind/Makefile:1.14
--- pkgsrc/lang/libunwind/Makefile:1.13 Tue Aug  7 10:44:50 2018
+++ pkgsrc/lang/libunwind/Makefile      Thu Aug  9 13:51:42 2018
@@ -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_CMAKE=            yes
 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