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
Fri Aug 28 14:38:08 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



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-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200828/5b398dd2/attachment.htm>


More information about the gerrit-log mailing list