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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/26065 )
Change subject: d/control, spec: add builddep: autoconf-archive
......................................................................
d/control, spec: add builddep: autoconf-archive
Apparently this is needed to build the package. We have it in few other
Osmocom projects as build dependency too, others seem to ship related m4
macros directly in a m4 dir.
Fix for:
configure: error: Please install autoconf-archive; re-run 'autoreconf -fi' for it to take effect.
Related: SYS#5516
Change-Id: If9ff232844d72094fb883700185ae152ca40493d
---
M contrib/osmo-hnodeb.spec.in
M debian/control
2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/65/26065/1
diff --git a/contrib/osmo-hnodeb.spec.in b/contrib/osmo-hnodeb.spec.in
index 4dbb670..27a7c4f 100644
--- a/contrib/osmo-hnodeb.spec.in
+++ b/contrib/osmo-hnodeb.spec.in
@@ -24,6 +24,7 @@
Group: Hardware/Mobile
URL: https://osmocom.org/projects/osmohnodeb
Source: %{name}-%{version}.tar.xz
+BuildRequires: autoconf-archive
BuildRequires: automake >= 1.9
BuildRequires: libtool >= 2
BuildRequires: pkgconfig >= 0.20
diff --git a/debian/control b/debian/control
index a7316db..b311115 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@
dh-autoreconf,
autotools-dev,
autoconf,
+ autoconf-archive,
automake,
libtool,
pkg-config,
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26065
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: If9ff232844d72094fb883700185ae152ca40493d
Gerrit-Change-Number: 26065
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211102/2d6000c6/attachment.htm>