pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-Rcpp R-Rcpp: do not check *.deb files for RELRO.
details: https://anonhg.NetBSD.org/pkgsrc/rev/19c2fa771667
branches: trunk
changeset: 401775:19c2fa771667
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 26 00:57:29 2019 +0000
description:
R-Rcpp: do not check *.deb files for RELRO.
diffstat:
devel/R-Rcpp/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d925316b7823 -r 19c2fa771667 devel/R-Rcpp/Makefile
--- a/devel/R-Rcpp/Makefile Thu Sep 26 00:55:15 2019 +0000
+++ b/devel/R-Rcpp/Makefile Thu Sep 26 00:57:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/08/08 19:53:37 brook Exp $
+# $NetBSD: Makefile,v 1.15 2019/09/26 00:57:29 wiz Exp $
R_PKGNAME= Rcpp
R_PKGVER= 1.0.2
@@ -30,6 +30,7 @@
REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT}
CHECK_SSP_SKIP+= lib/R/library/Rcpp/unitTests/bin/*/*.deb
+CHECK_RELRO_SKIP+= ${CHECK_SSP_SKIP}
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index