pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/visualvm



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct  9 15:36:46 UTC 2017

Modified Files:
        pkgsrc/devel/visualvm: Makefile

Log Message:
visualvm: Disable SSP checks for bundled libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/visualvm/Makefile

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

Modified files:

Index: pkgsrc/devel/visualvm/Makefile
diff -u pkgsrc/devel/visualvm/Makefile:1.2 pkgsrc/devel/visualvm/Makefile:1.3
--- pkgsrc/devel/visualvm/Makefile:1.2  Wed Sep  6 10:40:27 2017
+++ pkgsrc/devel/visualvm/Makefile      Mon Oct  9 15:36:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/06 10:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/09 15:36:46 jperkin Exp $
 
 DISTNAME=      visualvm_138
 PKGNAME=       visualvm-1.3.8
@@ -22,6 +22,7 @@ VISUALVMDIR=  lib/visualvm
 
 # Contains shlibs for many different arches
 CHECK_SHLIBS_SUPPORTED= no
+CHECK_SSP_SUPPORTED=   no
 
 INSTALLATION_DIRS= bin ${VISUALVMDIR}
 



Home | Main Index | Thread Index | Old Index