pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/jetty9



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct  9 15:27:40 UTC 2017

Modified Files:
        pkgsrc/www/jetty9: Makefile

Log Message:
jetty9: Disable SSP for bundled libraries.


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

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

Modified files:

Index: pkgsrc/www/jetty9/Makefile
diff -u pkgsrc/www/jetty9/Makefile:1.2 pkgsrc/www/jetty9/Makefile:1.3
--- pkgsrc/www/jetty9/Makefile:1.2      Fri Feb 26 14:03:22 2016
+++ pkgsrc/www/jetty9/Makefile  Mon Oct  9 15:27:39 2017
@@ -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 @@ CONF_FILES+=          ${JETTY_HOME}/start-exampl
 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