From 26bae35f07bf18fca5d34389cb6d134c2ca401c3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 27 Dec 2016 14:13:21 -0600 Subject: [PATCH] Add non-arm fallback build options --- lib/ffts/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ffts/debian/rules b/lib/ffts/debian/rules index 3fb3153..0a85b5a 100755 --- a/lib/ffts/debian/rules +++ b/lib/ffts/debian/rules @@ -31,6 +31,8 @@ else cdbs_configure_flags := --enable-single --enable-shared --disable-rpath endif endif + else + cdbs_configure_flags := --enable-single --enable-shared --disable-rpath endif endif