Without this dependency the following runtime error can be observed:

uhubctl: error while loading shared libraries: libatomic.so.1: cannot
open shared object file: No such file or directory

Signed-off-by: Bruno Thomsen <bruno.thom...@gmail.com>
---
 rules/uhubctl.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/uhubctl.in b/rules/uhubctl.in
index ec30f6637..e638cf859 100644
--- a/rules/uhubctl.in
+++ b/rules/uhubctl.in
@@ -2,6 +2,7 @@
 
 config UHUBCTL
        bool
+       select GCCLIBS_ATOMIC
        select LIBUSB
        prompt "uhubctl"
        help

base-commit: fb8eb0719152fe1f4bc7f31d3c40087fcb721a8c
-- 
2.41.0


Reply via email to