summaryrefslogtreecommitdiff
path: root/devel/R-Rcpp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-09-26 00:57:29 +0000
committerwiz <wiz@pkgsrc.org>2019-09-26 00:57:29 +0000
commitf70a3ce152924c7ac9dadc32f604158d597edb22 (patch)
treeeb9e01688ac05c6d2ce1e5eb2cd1c3c68299e0c9 /devel/R-Rcpp
parentfe16ceb2456b209e24e3792fbb92ac03c977f436 (diff)
downloadpkgsrc-f70a3ce152924c7ac9dadc32f604158d597edb22.tar.gz
R-Rcpp: do not check *.deb files for RELRO.
Diffstat (limited to 'devel/R-Rcpp')
-rw-r--r--devel/R-Rcpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/R-Rcpp/Makefile b/devel/R-Rcpp/Makefile
index 753eeeb079e..07321c4fe96 100644
--- a/devel/R-Rcpp/Makefile
+++ b/devel/R-Rcpp/Makefile
@@ -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.Rscript.new= ${PREFIX}/bin/Rscript
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"