summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-12-27 14:06:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-12-27 14:06:50 -0600
commit2efdadf7e9ab245197dc6510adca3ebd8d93ed52 (patch)
tree17e7d022c3c16b97cd8abb675ffbec840d290b5b
parentc9c5184d21075b37d9161770f2dd78e0570cc44c (diff)
downloadulab-2efdadf7e9ab245197dc6510adca3ebd8d93ed52.tar.gz
ulab-2efdadf7e9ab245197dc6510adca3ebd8d93ed52.zip
Fix FTBFS
-rwxr-xr-xlib/ffts/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffts/debian/rules b/lib/ffts/debian/rules
index 070c5fd..69f3aae 100755
--- a/lib/ffts/debian/rules
+++ b/lib/ffts/debian/rules
@@ -23,7 +23,7 @@ ifneq (,$(findstring x86_64-,$(DEB_BUILD_GNU_TYPE)))
else ifneq (,$(findstring arm-,$(DEB_BUILD_GNU_TYPE)))
ifneq(,$(findstring armhf,$(DEB_HOST_ARCH)))
cdbs_configure_flags := --enable-single --enable-neon --float_abi=hard --enable-shared --disable-rpath
- else
+ endif
else ifneq (,$(findstring aarch64-,$(DEB_BUILD_GNU_TYPE)))
cdbs_configure_flags := --enable-single --enable-neon --float_abi=hard --enable-shared --disable-rpath
else