Attention is currently required from: laforge.
daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/34879?usp=email )
Change subject: Disable uring when building for embedded ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
why is it bad to run the pkg-config check unconditionally? It will fail and not include the related […]
In https://projects.osmocom.org/issues/6233 Hörnchen reported that it errors out even with this patch.
At the time I think this was also the case with libpcsclite. If you don't have the -dev package it will fail configure even with --enable-embedded, all our dev machines just happen to have the "requirements" installed.
Reproduce by changing the requirements to something invalid in configure.ac, like PKG_CHECK_MODULES(PCSC, libpcsclight) in line 200. I tried to put these checks after if test x"$embedded", but this didn't change the behavior.