File: add-hardening.patch

package info (click to toggle)
r-cran-rprotobuf 0.4.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,832 kB
  • sloc: cpp: 3,908; ansic: 446; python: 43; makefile: 27; sh: 18
file content (10 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Description: Added bindnow hardening
Author: Jonathon Love <jon@thon.cc>
--- a/src/Makevars.in
+++ b/src/Makevars.in
@@ -6,4 +6,4 @@ CXX_STD=CXX11
 ## Configure tells us about locations for ## both Rcpp (ie libRcpp.so and Rcpp.h) and 
 ## ProtoBuf headers and library via these variables
 PKG_CPPFLAGS=@PKG_CPPFLAGS@
-PKG_LIBS=@PKG_LIBS@ 
+PKG_LIBS=@PKG_LIBS@ -Wl,-z,now