pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/42253?usp=email )
Change subject: configure.ac: Avoid building shared libraries by default
......................................................................
configure.ac: Avoid building shared libraries by default
Those libraries are internal to osmo-trx and won't be installed,
so there's no use in building them.
Change-Id: I93c8ace45008b6ab8fba070c174bcec11e3b106e
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index b7fea08..62eb625 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,8 +66,8 @@
PKG_PROG_PKG_CONFIG([0.20])
AC_LIBTOOL_WIN32_DLL
-AC_ENABLE_SHARED dnl do build shared libraries
-AC_DISABLE_STATIC dnl don't build static libraries
+AC_DISABLE_SHARED dnl don't build shared libraries
+AC_ENABLE_STATIC dnl do build static libraries
LT_INIT
dnl Checks for header files.
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/42253?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I93c8ace45008b6ab8fba070c174bcec11e3b106e
Gerrit-Change-Number: 42253
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-trx/+/42255?usp=email )
Change subject: Drop libusb dependency
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/42255?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I600db0bfe6f746024a329f2972879563d2a013b0
Gerrit-Change-Number: 42255
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 04 Mar 2026 07:14:47 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-trx/+/42253?usp=email )
Change subject: configure.ac: Avoid building shared libraries by default
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/42253?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I93c8ace45008b6ab8fba070c174bcec11e3b106e
Gerrit-Change-Number: 42253
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 04 Mar 2026 07:13:27 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes