aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control1
-rw-r--r--tests/channel/Makefile.am1
-rw-r--r--tests/gsm0408/Makefile.am1
-rw-r--r--tests/nanobts_omlattr/Makefile.am1
-rw-r--r--tests/trau/Makefile.am2
5 files changed, 0 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index e6e572472..f931341fd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: debhelper (>=9),
libtool,
pkg-config,
python-minimal,
- libdbi-dev,
libssl-dev,
libsctp-dev,
libtalloc-dev,
diff --git a/tests/channel/Makefile.am b/tests/channel/Makefile.am
index d190cbaa9..395daf722 100644
--- a/tests/channel/Makefile.am
+++ b/tests/channel/Makefile.am
@@ -30,5 +30,4 @@ channel_test_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBCRYPTO_LIBS) \
- -ldbi \
$(NULL)
diff --git a/tests/gsm0408/Makefile.am b/tests/gsm0408/Makefile.am
index ae81c2c7c..3bf4a22aa 100644
--- a/tests/gsm0408/Makefile.am
+++ b/tests/gsm0408/Makefile.am
@@ -30,5 +30,4 @@ gsm0408_test_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \
- -ldbi \
$(NULL)
diff --git a/tests/nanobts_omlattr/Makefile.am b/tests/nanobts_omlattr/Makefile.am
index 050d7cd73..8b5e1165c 100644
--- a/tests/nanobts_omlattr/Makefile.am
+++ b/tests/nanobts_omlattr/Makefile.am
@@ -29,5 +29,4 @@ nanobts_omlattr_test_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \
- -ldbi \
$(NULL)
diff --git a/tests/trau/Makefile.am b/tests/trau/Makefile.am
index 1d014ba3c..b51c18452 100644
--- a/tests/trau/Makefile.am
+++ b/tests/trau/Makefile.am
@@ -40,6 +40,4 @@ trau_test_LDADD = \
$(LIBSMPP34_LIBS) \
$(LIBOSMOVTY_LIBS) \
$(LIBRARY_DL) \
- -ldbi \
$(NULL)
-