From: Jaromír Mikeš Date: Thu, 18 Jun 2015 08:13:39 +0000 (+0200) Subject: Attempt to fix build on arm64 and ppc64el. X-Git-Tag: archive/raspbian/0.15.4+ds1-1+rpi1^2~208 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2484c351d79051164eba8585a0a98012847eee4;p=giada.git Attempt to fix build on arm64 and ppc64el. --- 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