On Tue, Dec 04, 2018 at 02:43:31PM +0100, Andreas Tille wrote:
> Hi Adrian,
Hi Andreas,
> any NMU / team upload is fine. I'd do the upload myself but there is no
> patch attached.
sorry for that, now attached.
> Kind regards
>
> Andreas.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
Description: Link with libboost_atomic when needed
Needed on armel/mips/mipsel/m68k/powerpc/powerpcspe.
Author: Adrian Bunk <[email protected]>
--- r-cran-later-0.7.5+dfsg.orig/src/Makevars.in
+++ r-cran-later-0.7.5+dfsg/src/Makevars.in
@@ -1,5 +1,5 @@
PKG_CPPFLAGS = -pthread @cppflags@
-PKG_LIBS = -pthread @libs@
+PKG_LIBS = -pthread -Wl,--as-needed -lboost_atomic -Wl,--no-as-needed @libs@
# Uncomment to enable thread assertions
# PKG_CPPFLAGS += -DDEBUG_THREAD -UNDEBUG