Linking with libatomic on architectures where this is needed to fix FTBFS, thanks to Adrian Bunk <bunk@debian.org> (Closes: #1038642).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
551e8ef323
commit
bc85f68873
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -1,5 +1,9 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mipsel powerpc sh4))
|
||||||
|
export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
|
||||||
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@}
|
dh ${@}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue