pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-selenium py-selenium: Skip Linux shared librari...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baa1ee316d14
branches:  trunk
changeset: 314129:baa1ee316d14
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Oct 19 15:24:50 2018 +0000

description:
py-selenium: Skip Linux shared libraries for SSP checks too.

diffstat:

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

diffs (17 lines):

diff -r 9fb9bbd997b4 -r baa1ee316d14 www/py-selenium/Makefile
--- a/www/py-selenium/Makefile  Fri Oct 19 15:22:06 2018 +0000
+++ b/www/py-selenium/Makefile  Fri Oct 19 15:24:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/09/24 09:32:30 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/10/19 15:24:50 jperkin Exp $
 
 DISTNAME=      selenium-3.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,7 @@
 # these are for Linux only; see selenium/webdriver/firefox/firefox_binary.py
 CHECK_SHLIBS_SKIP+=    ${PYSITELIB}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
 CHECK_SHLIBS_SKIP+=    ${PYSITELIB}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
+CHECK_SSP_SKIP=                ${CHECK_SHLIBS_SKIP}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index