aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-09-26 16:04:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-09-26 16:10:22 +0200
commit00c22464a0c1b51bb4b29efecab39e993224949c (patch)
treeeab3fa5747dd19d5bfd6f3eca96a893ddd71119a
parenta9594b5058dc5a62ea813e7b577951e53e848ffc (diff)
Remove unneeded dbi dependency
Most probably a leftover from openbsc git Change-Id: I230564b6a6ad244ec6328a99a1c3dbd9bc5521ae
-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)
-