laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/27975 )
Change subject: build: Disable libusb and libmnl for embedded builds
......................................................................
build: Disable libusb and libmnl for embedded builds
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
Change-Id: Ie7900098ffda7cebfab81c08b25b0001e6fd98ec
---
M configure.ac
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/configure.ac b/configure.ac
index 990d0e7..bf85c07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -381,7 +381,9 @@
AM_CONDITIONAL(ENABLE_UTILITIES, false)
AM_CONDITIONAL(ENABLE_GB, false)
AM_CONDITIONAL(ENABLE_GNUTLS, false)
+ AM_CONDITIONAL(ENABLE_LIBMNL, false)
AM_CONDITIONAL(ENABLE_LIBSCTP, false)
+ AM_CONDITIONAL(ENABLE_LIBUSB, false)
AM_CONDITIONAL(ENABLE_PCSC, false)
AM_CONDITIONAL(ENABLE_PSEUDOTALLOC, true)
AM_CONDITIONAL(ENABLE_SERCOM_STUB, true)
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/27975
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie7900098ffda7cebfab81c08b25b0001e6fd98ec
Gerrit-Change-Number: 27975
Gerrit-PatchSet: 2
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged