summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-12-27 14:13:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-12-27 14:13:21 -0600
commit26bae35f07bf18fca5d34389cb6d134c2ca401c3 (patch)
treeb83c332bb05b7c1f79842430896b5033247008e4
parent5cbb2fb581a99c5375a334fdded8bb7028d56ac1 (diff)
downloadulab-26bae35f07bf18fca5d34389cb6d134c2ca401c3.tar.gz
ulab-26bae35f07bf18fca5d34389cb6d134c2ca401c3.zip
Add non-arm fallback build options
-rwxr-xr-xlib/ffts/debian/rules2
1 files changed, 2 insertions, 0 deletions
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