fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-dev/+/29089 )
Change subject: all.deps, {sanitize,werror}.opts: add project - libosmo-gprs
......................................................................
all.deps, {sanitize,werror}.opts: add project - libosmo-gprs
Change-Id: I707e6ee0af6bcb940d5e77475bc581c0d07de6d7
---
M all.deps
M sanitize.opts
M werror.opts
3 files changed, 4 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved; Verified
diff --git a/all.deps b/all.deps
index 7e099cf..5cb4811 100644
--- a/all.deps
+++ b/all.deps
@@ -1,6 +1,7 @@
# project build these first
libosmocore
libosmo-abis libosmocore
+libosmo-gprs libosmocore
libosmo-netif libosmo-abis
libosmo-sccp libosmo-netif
libsmpp34
@@ -19,7 +20,7 @@
# When omitting --enable-sanitize from osmo-trx only, its 'make check' will
fail.
# So if you want osmo-trx, use no sanitize.opts, or use LD_PRELOAD for osmo-trx
binaries.
osmo-trx libosmocore
-osmo-pcu libosmocore
+osmo-pcu libosmocore libosmo-gprs
asn1c libasn1c
osmo-gbproxy libosmocore
osmo-pcap libosmocore
diff --git a/sanitize.opts b/sanitize.opts
index 51721bc..7abb8c6 100644
--- a/sanitize.opts
+++ b/sanitize.opts
@@ -1,6 +1,7 @@
libasn1c --enable-sanitize
libosmo-abis --enable-sanitize
libosmocore --enable-sanitize
+libosmo-gprs --enable-sanitize
libosmo-netif --enable-sanitize
libosmo-sccp --enable-sanitize
libosmo-pfcp --enable-sanitize
diff --git a/werror.opts b/werror.opts
index af7c8dd..1e7079a 100644
--- a/werror.opts
+++ b/werror.opts
@@ -1,6 +1,7 @@
libasn1c --enable-werror
libosmo-abis --enable-werror
libosmocore --enable-werror
+libosmo-gprs --enable-werror
libosmo-netif --enable-werror
libosmo-sccp --enable-werror
libosmo-pfcp --enable-werror
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/29089
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I707e6ee0af6bcb940d5e77475bc581c0d07de6d7
Gerrit-Change-Number: 29089
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged