This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/4061
Remove unneeded dep libdbi
This dependency is not needed and it's most probably a left over from
openbsc git repository split.
Change-Id: I84b0e2851dc89dca39e87215c71e93457acb884f
---
M configure.ac
M debian/control
2 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/61/4061/1
diff --git a/configure.ac b/configure.ac
index d5d80cc..532b977 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,6 @@
dnl checks for header files
AC_HEADER_STDC
-AC_CHECK_HEADERS(dbi/dbd.h,,AC_MSG_ERROR(DBI library is not installed))
found_pcap=yes
AC_CHECK_HEADERS(pcap/pcap.h,,found_pcap=no)
diff --git a/debian/control b/debian/control
index 4a3a07f..ce2167a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,6 @@
libtalloc-dev,
libc-ares-dev,
libgtp-dev,
- libdbi-dev,
- libdbd-sqlite3,
libosmocore-dev,
libosmo-abis-dev,
libosmo-ranap-dev,
--
To view, visit https://gerrit.osmocom.org/4061
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I84b0e2851dc89dca39e87215c71e93457acb884f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>