1
0
Fork 0

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:
Daniel Baumann 2025-02-09 09:10:44 +01:00
parent 551e8ef323
commit bc85f68873
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -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 ${@}