mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
db: Link to the VTY library for the vty_config_unlock symbol
Linking started to fail for me due the symbol coming from the vty library and the db code not linking to it.
This commit is contained in:
@@ -13,5 +13,5 @@ db_test_LDADD = $(top_builddir)/src/libbsc/libbsc.a \
|
||||
$(top_builddir)/src/libtrau/libtrau.a \
|
||||
$(top_builddir)/src/libcommon/libcommon.a \
|
||||
$(LIBOSMOCORE_LIBS) $(LIBOSMOABIS_LIBS) \
|
||||
$(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) -ldl -ldbi
|
||||
$(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) $(LIBOSMOVTY_LIBS) -ldl -ldbi
|
||||
|
||||
|
Reference in New Issue
Block a user