osmith has uploaded this change for review.

View Change

Disable uring when building for embedded

Change-Id: Iec2503986c6d3487761ba592daef0fd42478aa7d
Related: OS#6233
(cherry picked from commit 0266b531c5f261e3e3a0235d2681bedd8b9e0f31)
---
M configure.ac
1 file changed, 12 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/47/35147/1
diff --git a/configure.ac b/configure.ac
index 2fc9895..29a9570 100644
--- a/configure.ac
+++ b/configure.ac
@@ -403,6 +403,7 @@
AM_CONDITIONAL(ENABLE_LIBSCTP, false)
AM_CONDITIONAL(ENABLE_LIBUSB, false)
AM_CONDITIONAL(ENABLE_PCSC, false)
+ AM_CONDITIONAL(ENABLE_URING, false)
AM_CONDITIONAL(ENABLE_PSEUDOTALLOC, true)
AM_CONDITIONAL(ENABLE_SERCOM_STUB, true)
AM_CONDITIONAL(EMBEDDED, true)

To view, visit change 35147. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: osmith/1.9.2
Gerrit-Change-Id: Iec2503986c6d3487761ba592daef0fd42478aa7d
Gerrit-Change-Number: 35147
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-CC: daniel <dwillmann@sysmocom.de>
Gerrit-MessageType: newchange