aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-09-03 20:13:28 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-03 22:57:31 +0200
commit1861b555166ed88fde0196a005842e83ce2ed490 (patch)
treeb2134196cab3b99d856e6c4daa2721b4a6f239dc /debian
parent368146cbd5c5881ce11550c5a1da9715eb0f3864 (diff)
configure.ac: remove --enable-osmo-bsc, --enable-nat
This is the OsmoBSC project. Disabling the build of the BSC would be somewhat odd, so let's remove the option. Also, OsmoBSC depends on libosmo-sccp now, so we must unconditionally depend on it. As a result, we can remove the --enable-nat option, as this was only to avoid a mandatory libosmo-sccp requirement in historical times. Change-Id: Icfee8a904d33b7c13ab8d185d64fb5c2337d8640
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 72a7d1828..7fe538a00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,6 @@
%:
dh $@ --with autoreconf
-CONFIGURE_FLAGS += --enable-osmo-bsc
override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FLAGS)
#