aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-08-24 15:19:46 +0200
committerHarald Welte <laforge@osmocom.org>2020-08-24 15:23:32 +0200
commitf62da4798c271ff56a8f2a2aebefdf5281231dde (patch)
treebc38b0dfdeced295e39e41d1fd81e221e1a3b13b
parentca28856d74f5e482859146fbc6037de4135b7ba7 (diff)
debian: Build libosmo-abis with osmo-e1d support
We've supported building with osmo-e1d support for quite some time, but our Debian packages have not been upgraded to include that support. Let's change that. Related: OS#2547 Change-Id: I2f365c3fbd44457033e922257cf040408d0c7058
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules6
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index c304139..842207c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9),
libdpkg-perl,
git,
libosmocore-dev (>= 1.4.0),
+ libosmo-e1d-dev,
pkg-config,
libortp-dev
Standards-Version: 3.9.7
diff --git a/debian/rules b/debian/rules
index f59ca1e..b229005 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf --fail-missing
+# debmake generated override targets
+# Set options for ./configure
+CONFIGURE_FLAGS += --enable-e1d
+override_dh_auto_configure:
+ dh_auto_configure -- $(CONFIGURE_FLAGS)
+
override_dh_strip:
dh_strip --dbg-package=libosmo-abis-dbg