aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-11-11 17:00:12 +0100
committerlaforge <laforge@osmocom.org>2019-12-01 20:03:39 +0000
commitd4be696bbc20522a0284b6d0aefa872585f6926f (patch)
treee5255e97d9897a2d797c2485ae48aca99e327a2a /debian
parentb43ce424115ec3e9395263a646a35e433e07cebe (diff)
Enable DAHDI support by default; require --disable-dahdi otherwise
libosmo-abis was built with DAHDI support, if the related header files were present at built time, and without if not. This kind of automagic enabling/disabling of features is wrong. Let's require DAHDI support by default, and force the user to take a conscious decision by using an explicit --disable-dahdi if he doesn't want it. At the same time, update debian/control to list dahdi-source as build dependency. Change-Id: Id9f7f063e7ca9e3ab4aa96fc93f243caf50fb66a Closes: OS#4248
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 24a082e..b9e2078 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9),
autotools-dev,
autoconf,
automake,
+ dahdi-source,
libtool,
dh-autoreconf,
libdpkg-perl,