aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-09-25 18:45:25 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-09-25 18:46:28 +0200
commit341d446b4db87b48812afe8d2149ebc840e8a357 (patch)
tree87b2033056ff804b9ec9fa954a2aadd166783050
parent79605f68354ad862d6d521406ee235c43a11b089 (diff)
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
-rw-r--r--configure.ac1
-rw-r--r--debian/control2
2 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d5d80ccb3..532b9778d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,6 @@ AC_SUBST(found_libgtp_and_libcares)
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 4a3a07f73..ce2167aed 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,6 @@ Build-Depends: debhelper (>=9),
libtalloc-dev,
libc-ares-dev,
libgtp-dev,
- libdbi-dev,
- libdbd-sqlite3,
libosmocore-dev,
libosmo-abis-dev,
libosmo-ranap-dev,