Source: usbguard
Version: 0.5.14+ds1-1
Severity: important
Justification: fails to build from source

The mips build of usbguard failed:

  ./.libs/libusbguard.so: undefined reference to `__atomic_fetch_add_8'
  collect2: error: ld returned 1 exit status
  Makefile:1218: recipe for target 'usbguard' failed
  make[3]: *** [usbguard] Error 1

This symbol comes from -latomic (from libatomic1); you should be able
to avoid a formal dependency on that library on platforms that don't
require it by specifying -Wl,-as-needed -latomic -Wl,-no-as-needed.

Could you please take a look?

Thanks!

Reply via email to