aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-10-08 17:56:33 +0200
committerMax <msuraev@sysmocom.de>2017-10-08 18:40:09 +0200
commitec33b0397f5d71248c5834513d4be7b9b0e46366 (patch)
treea0f132d846759d742243c13f8647364caf8079ea /debian
parent8a89c7d3c327c3594c8dc6251179c0e66b1ba3e5 (diff)
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
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
2 files changed, 1 insertions, 2 deletions
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