fixeria has uploaded a new patch set (#2). ( https://gerrit.osmocom.org/c/osmo-sgsn/+/43391?usp=email )
Change subject: build: drop unused libosmo-abis dependency ......................................................................
build: drop unused libosmo-abis dependency
No code in this tree includes any <osmocom/abis/*> header anymore. The last use, <osmocom/abis/ipa.h> in sgsn_vty.c, was already unneeded and dropped in 7a45b5748. LIBOSMOABIS_CFLAGS was still added to several AM_CFLAGS, and LIBOSMOABIS_LIBS was never referenced by any LDADD at all, so the library wasn't even linked despite configure.ac and debian/control requiring it.
Change-Id: I5548e8e952cd57ea4268067e3f3e4d2f731911c1 Related: 7a45b5748 ("sgsn_vty: Drop unneeded use of abis/ipa.h header") Related: OS#6535 --- M configure.ac M debian/control M src/gprs/Makefile.am M src/sgsn/Makefile.am M tests/gprs/Makefile.am M tests/gprs_routing_area/Makefile.am M tests/gtphub/Makefile.am M tests/sgsn/Makefile.am 8 files changed, 1 insertion(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/91/43391/2