Remove unneeded dbi dependency

Most probably a leftover from openbsc git

Change-Id: I230564b6a6ad244ec6328a99a1c3dbd9bc5521ae
This commit is contained in:
Pau Espin 2017-09-26 16:04:44 +02:00
parent a9594b5058
commit 00c22464a0
5 changed files with 0 additions and 6 deletions

1
debian/control vendored
View File

@ -10,7 +10,6 @@ Build-Depends: debhelper (>=9),
libtool,
pkg-config,
python-minimal,
libdbi-dev,
libssl-dev,
libsctp-dev,
libtalloc-dev,

View File

@ -30,5 +30,4 @@ channel_test_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBCRYPTO_LIBS) \
-ldbi \
$(NULL)

View File

@ -30,5 +30,4 @@ gsm0408_test_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \
-ldbi \
$(NULL)

View File

@ -29,5 +29,4 @@ nanobts_omlattr_test_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \
-ldbi \
$(NULL)

View File

@ -40,6 +40,4 @@ trau_test_LDADD = \
$(LIBSMPP34_LIBS) \
$(LIBOSMOVTY_LIBS) \
$(LIBRARY_DL) \
-ldbi \
$(NULL)