From: Jakub Ružička Date: Fri, 30 Apr 2021 01:08:31 +0000 (+0200) Subject: distro: add missing build deps X-Git-Tag: v3.1.0~97^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19dbbbcc2d1ee146e7315f37fa1b450a0ba2de17;p=thirdparty%2Fknot-dns.git distro: add missing build deps autoreconf: command not found Can't exec "aclocal": No such file or directory at ... autoreconf: failed to run aclocal: No such file or directory error: Libtool library used but 'LIBTOOL' is undefined --- diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 58c1047a2a..912b7b1788 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -9,6 +9,8 @@ Build-Depends-Indep: python3-setuptools, python3-sphinx, Build-Depends: + autoconf, + automake, debhelper (>= 9), dh-python, libcap-ng-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], @@ -25,6 +27,7 @@ Build-Depends: libsofthsm2 , libsystemd-dev [linux-any] | libsystemd-daemon-dev [linux-any], libsystemd-dev [linux-any] | libsystemd-journal-dev [linux-any], + libtool, liburcu-dev (>= 0.4), pkg-config, protobuf-c-compiler, diff --git a/distro/pkg/rpm/knot.spec b/distro/pkg/rpm/knot.spec index 12a6325911..8ee8ff8a82 100644 --- a/distro/pkg/rpm/knot.spec +++ b/distro/pkg/rpm/knot.spec @@ -27,6 +27,9 @@ BuildRequires: gnupg2 Patch1: 01-test_net-disable-udp-send-on-unconnected.patch # Required dependencies +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig(liburcu)