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

Re: R package CI test failures




i've pushed fixes to:

  - r-cran-bms
Did you really push?
my bad. pushed now.
i do receive a `hardening-no-bindnow` on r-cran-contfrac, but i can't figure
out how to add arguments to the linker from the R Makevars file (i think it
is necessary to patch Makevars).

the following doesn't work:

     PKG_LDFLAGS += -Wl,z,now

this does work:

     PKG_LIBS += -Wl,z,now

but i assume is a hack. i can't find any documentation on how to customize
LDFLAGS in Makevars
I also never found a clue how to fix this in R packages

it looks like PKG_LIBS is the "correct" way to do it.

dirk assigns LDFLAGS to PKG_LIBS under "Usage for packages" in the following:

http://dirk.eddelbuettel.com/code/rcpp.html

jonathon


Reply to: