From 7e2dd920eac2b459cf8ba5d8f85340a29d71d91f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 6 Sep 2014 11:16:01 -0500 Subject: [PATCH 1/2] Fix FTBFS on non-amd64 systems --- lib/ffts/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ffts/debian/rules b/lib/ffts/debian/rules index 83d494c..db4691a 100755 --- a/lib/ffts/debian/rules +++ b/lib/ffts/debian/rules @@ -9,7 +9,7 @@ DEB_CONFIGURE_MANDIR := /usr/share/man DEB_CONFIGURE_PREFIX := /usr/ DEB_CONFIGURE_INFODIR := /usr/share/info -cdbs_configure_flags := --enable-sse --enable-single --enable-shared --disable-rpath +cdbs_configure_flags := --enable-single --enable-shared --disable-rpath DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) From 7f4c5d0865423ad9ce27da12bb208b8feb8e9510 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 6 Sep 2014 11:29:38 -0500 Subject: [PATCH 2/2] Fix FTBFS on older Ubuntu versions --- lib/ffts/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ffts/debian/rules b/lib/ffts/debian/rules index db4691a..7ed0ac0 100755 --- a/lib/ffts/debian/rules +++ b/lib/ffts/debian/rules @@ -21,5 +21,6 @@ debian/stamp-bootstrap: cp -f /usr/share/libtool/ltmain.sh ltmain.sh ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ cp -f /usr/share/libtool/config/ltmain.sh ltmain.sh + autoreconf touch debian/stamp-bootstrap