pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/jetty9 jetty9: Disable SSP for bundled libraries.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eafb360f931b
branches:  trunk
changeset: 370023:eafb360f931b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 09 15:27:39 2017 +0000

description:
jetty9: Disable SSP for bundled libraries.

diffstat:

 www/jetty9/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eabd9d5f8ca4 -r eafb360f931b www/jetty9/Makefile
--- a/www/jetty9/Makefile       Mon Oct 09 15:26:11 2017 +0000
+++ b/www/jetty9/Makefile       Mon Oct 09 15:27:39 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/02/26 14:03:22 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/09 15:27:39 jperkin Exp $
 
 JETTYVER=      9.2.14.v20151106
 DISTNAME=      jetty-distribution-${JETTYVER}
@@ -56,6 +56,7 @@
 REPLACE_BASH+=         bin/jetty.sh
 
 CHECK_SHLIBS_SKIP+=    share/jetty/lib/setuid/libsetuid-*.so
+CHECK_SSP_SKIP+=       ${CHECK_SHLIBS_SKIP}
 
 do-install:
        cd ${WRKSRC} && ${PAX} -rw -pm . ${DESTDIR}${JETTY_HOME}



Home | Main Index | Thread Index | Old Index