projects
/
r-cran-s2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ede92
)
Manually pass in -latomic on armel to fix FTBFS
author
Nilesh Patra
<nilesh@debian.org>
Thu, 21 Jul 2022 15:46:21 +0000
(16:46 +0100)
committer
Andreas Tille
<tille@debian.org>
Thu, 21 Jul 2022 15:46:21 +0000
(16:46 +0100)
Last-Update: 2021-10-05
Gbp-Pq: Name fix-armel-ftbfs.patch
src/Makevars.in
patch
|
blob
|
history
diff --git
a/src/Makevars.in
b/src/Makevars.in
index a251a958cb3931374ca367bc0bcfa5a108cfb735..ff056cc8e7ccf9277e3bf9a25fec783464756c9e 100644
(file)
--- a/
src/Makevars.in
+++ b/
src/Makevars.in
@@
-3,6
+3,10
@@
PKG_LIBS = @libs@
PKG_CXXFLAGS = @cflags@ -pthread
CXX_STD = CXX11
+ifneq (,$(filter $(DEB_HOST_ARCH),armel mipsel riscv64 m68k powerpc))
+PKG_LIBS += -latomic
+endif
+
ABSL_LIBS = absl/base/internal/cycleclock.o \
absl/base/internal/exponential_biased.o \
absl/base/internal/low_level_alloc.o \