From a8da650d15390cf9333c2b08190fdfe88e9f9ae6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 9 Feb 2021 12:52:13 +0100 Subject: [PATCH] Drop c-ares references Those are leftovers from osmo-sgsn.git Change-Id: I2fabaa0d70d8675ba440d2bba6881a4cb0006861 --- debian/control | 1 - debian/copyright | 4 +--- tests/atlocal.in | 3 --- tests/sndcp_xid/Makefile.am | 5 +---- 4 files changed, 2 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index dd704806..520b4e90 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: debhelper (>=9), libtool, pkg-config, libtalloc-dev, - libc-ares-dev, libosmocore-dev (>= 1.4.0), osmo-gsm-manuals-dev Standards-Version: 3.9.8 diff --git a/debian/copyright b/debian/copyright index 66e36b97..b92bb2f8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -84,7 +84,6 @@ Files: include/osmocom/sgsn/a_reset.h src/gprs/crc24.c src/gprs/gprs_gb_parse.c src/gprs/gprs_utils.c - src/gprs/sgsn_ares.c src/gbproxy/gb_proxy.c src/gbproxy/gb_proxy_main.c src/gbproxy/gb_proxy_peer.c @@ -137,8 +136,7 @@ License: AGPL-3.0+ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -Files: src/gtphub/gtphub_ares.c - src/gtphub/gtphub_sock.c +Files: src/gtphub/gtphub_sock.c tests/gbproxy/gbproxy_test.c Copyright: 2013 Jacob Erlbeck 2013 sysmocom s.f.m.c. GmbH diff --git a/tests/atlocal.in b/tests/atlocal.in index c8544876..e69de29b 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,3 +0,0 @@ -enable_sgsn_test='@found_libgtp_and_libcares@' -enable_oap_test='@found_libgtp_and_libcares@' -enable_gtphub_test='@found_libgtp_and_libcares@' diff --git a/tests/sndcp_xid/Makefile.am b/tests/sndcp_xid/Makefile.am index 24626b32..dad41ea9 100644 --- a/tests/sndcp_xid/Makefile.am +++ b/tests/sndcp_xid/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBCARES_CFLAGS) +AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) EXTRA_DIST = sndcp_xid_test.ok @@ -13,8 +13,5 @@ sndcp_xid_test_LDADD = \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ $(LIBOSMOGB_LIBS) \ - $(LIBCARES_LIBS) \ $(LIBGTP_LIBS) \ -lrt -lm - -