From ec33b0397f5d71248c5834513d4be7b9b0e46366 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 8 Oct 2017 17:56:33 +0200 Subject: Remove build dependency on legacy OpenBSC * copy-paste gsm_data_shared.* from OpenBSC master * remove corresponding configure check and option * remove .deb dependency Actual refactoring with removal of unnecessary structures/parts, moving common OpenBSC/OsmoBSC parts into libraries etc. are left for further patches. Current patch will make coexistence with *BSC easier and will simplify our build infrastructure. Change-Id: I9f004fb5c4c1db29d4792dfd281d388c7063da13 Related: OS#1923 --- debian/control | 1 - debian/rules | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index e1a58b28..074f687f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, libosmocore-dev, - openbsc-dev, libosmo-abis-dev, libosmo-netif-dev, libgps-dev, diff --git a/debian/rules b/debian/rules index 12b33343..80ba0b2c 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ override_dh_autoreconf: dh_autoreconf override_dh_auto_configure: - dh_auto_configure -- --enable-trx --with-openbsc=/usr/src/osmocom/openbsc/openbsc/include/ + dh_auto_configure -- --enable-trx override_dh_clean: dh_clean -- cgit v1.2.3