[med-svn] [fsa] 01/01: Fix build on mips*, arm*
Andreas Tille
tille at debian.org
Tue Jul 12 10:37:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository fsa.
commit 80b5d70ec20c8d09e89ba510686d5a0ee1db7a06
Author: Andreas Tille <tille at debian.org>
Date: Tue Jul 12 11:59:17 2016 +0200
Fix build on mips*, arm*
---
debian/changelog | 8 ++++++++
debian/patches/fixed-check-for-m64-flag.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 25 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 543da26..f8d4d22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fsa (1.15.9+dfsg-2) unstable; urgency=medium
+
+ * Fix build on mips*, arm* (thanks for the patch to Daniel Knezevic
+ <Daniel.Knezevic at imgtec.com>)
+ Closes: #830854
+
+ -- Andreas Tille <tille at debian.org> Tue, 12 Jul 2016 11:59:07 +0200
+
fsa (1.15.9+dfsg-1) unstable; urgency=low
* Initial release (Closes: #808690)
diff --git a/debian/patches/fixed-check-for-m64-flag.patch b/debian/patches/fixed-check-for-m64-flag.patch
new file mode 100644
index 0000000..9e2d31a
--- /dev/null
+++ b/debian/patches/fixed-check-for-m64-flag.patch
@@ -0,0 +1,16 @@
+Author: Daniel Knezevic <Daniel.Knezevic at imgtec.com>
+Last-Update: Tue, 12 Jul 2016 09:43:55 +0000
+Bug-Debian: https://bugs.debian.org/830854
+Description: Fix build on mips*, arm*
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -76,7 +76,7 @@ case "${host_cpu}-${host_os}" in
+ esac;;
+ *)
+ AC_MSG_CHECKING([if gcc accepts -m64])
+- CFLAGS="-m64"
++ CXXFLAGS="-m64"
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
+ [ext_CFLAGS="-m64"; AC_MSG_RESULT([yes])],
+ [ext_CFLAGS="-D_FILE_OFFSET_BITS=64"; AC_MSG_RESULT([no])]);;
diff --git a/debian/patches/series b/debian/patches/series
index 4f3df0d..eaa7715 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
no-display.patch
removed-pdf-only-docs.patch
privacy_breach_logo.patch
+fixed-check-for-m64-flag.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fsa.git
More information about the debian-med-commit
mailing list