Compare commits

...

2 Commits

Author SHA1 Message Date
Oliver Smith 746e2a3405 Release v2.7.0~sysmocom2 2024-04-09 15:02:11 +02:00
Oliver Smith efd777fca8 lib/dbi/ogs-monoc: add MONGOC_CHECK_VERSION stub 2024-04-09 15:02:11 +02:00
2 changed files with 9 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
open5gs (2.7.0~sysmocom2) unstable; urgency=medium
* Rebase on open5gs.git main of 2024-04-09
-- Oliver Smith <osmith@sysmocom.de> Tue, 09 Apr 2024 14:05:56 +0200
open5gs (2.7.0sysmocom1) unstable; urgency=medium
* Remove mongodb dependency

View File

@ -24,6 +24,9 @@
#ifndef OGS_MONGOC_H
#define OGS_MONGOC_H
/* STUB to disable building with mongodb (OS#6215) */
#define MONGOC_CHECK_VERSION(a, b, c) false
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */