Change in libosmo-abis[master]: debian: Build libosmo-abis with osmo-e1d support

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Aug 24 13:23:42 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/19799 )


Change subject: debian: Build libosmo-abis with osmo-e1d support
......................................................................

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
---
M debian/control
M debian/rules
2 files changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/99/19799/1

diff --git a/debian/control b/debian/control
index c304139..842207c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@
                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 @@
 %:
 	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
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/19799
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I2f365c3fbd44457033e922257cf040408d0c7058
Gerrit-Change-Number: 19799
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200824/2d80cf2b/attachment.htm>


More information about the gerrit-log mailing list