build: osmo-nitb does not use dlopen/dlsym remove LIBRARY_DL

osmo-nitb does not use dlopen/dlsym so we can remove the depedency
to LIBRARY_DL.
This commit is contained in:
Holger Hans Peter Freyther 2013-12-13 09:51:36 +01:00
parent 5b0e8706e8
commit fd465bcdf1
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ osmo_nitb_LDADD = \
$(top_builddir)/src/libtrau/libtrau.a \
$(top_builddir)/src/libctrl/libctrl.a \
$(top_builddir)/src/libcommon/libcommon.a \
-ldbi $(LIBRARY_DL) $(LIBCRYPT) \
-ldbi $(LIBCRYPT) \
$(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMOCORE_LIBS) \
$(LIBOSMOABIS_LIBS) $(LIBSMPP34_LIBS)