From d2484c351d79051164eba8585a0a98012847eee4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jarom=C3=ADr=20Mike=C5=A1?= Date: Thu, 18 Jun 2015 10:13:39 +0200 Subject: [PATCH] Attempt to fix build on arm64 and ppc64el. --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8f9f6f4..d0b949a 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Uploaders: Build-Depends: debhelper (>= 9), dh-autoreconf, + autotools-dev, libsndfile1-dev (>= 1.0.25), libsamplerate0-dev (>= 0.1.8), libasound2 (>= 1.0.16), diff --git a/debian/rules b/debian/rules index 8b6ed90..a252c3e 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ PKG = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p') LDFLAGS+=-Wl,--as-needed %: - dh $@ --parallel --with autoreconf + dh $@ --parallel --with autoreconf,autotools-dev override_dh_autoreconf: ./autogen.sh -- 2.30.2