[Pkg-javascript-commits] [node-mapnik] 01/02: Add patch to disable SSE. SSE_MATH environment variable doesn't work (yet). (closes: #890985)
Bas Couwenberg
sebastic at debian.org
Wed Feb 21 13:19:13 UTC 2018
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-mapnik.
commit 5da6c4e5ba59dff128784c57e3ff368da55fe646
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Feb 21 12:36:46 2018 +0100
Add patch to disable SSE. SSE_MATH environment variable doesn't work (yet). (closes: #890985)
---
debian/changelog | 8 ++++++++
debian/patches/disable-sse.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 25 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 679d98a..2a5cc8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-mapnik (3.6.2+dfsg-5) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add patch to disable SSE. SSE_MATH environment variable doesn't work (yet).
+ (closes: #890985)
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 21 Feb 2018 12:36:04 +0100
+
node-mapnik (3.6.2+dfsg-4) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/disable-sse.patch b/debian/patches/disable-sse.patch
new file mode 100644
index 0000000..bf5738e
--- /dev/null
+++ b/debian/patches/disable-sse.patch
@@ -0,0 +1,16 @@
+Description: Disable SSE, causes FTBFS on non-amd64.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/890985
+
+--- a/binding.gyp
++++ b/binding.gyp
+@@ -2,7 +2,7 @@
+ 'includes': [ 'common.gypi' ],
+ 'variables': {
+ 'ENABLE_GLIBC_WORKAROUND%':'false', # can be overriden by a command line variable because of the % sign
+- 'enable_sse%':'true'
++ 'enable_sse%':'false'
+ },
+ 'targets': [
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 7d323ef..4c66dec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ test_disable_raster_layer.patch
use-packaged-dependencies.patch
no-mason.patch
852.patch
+disable-sse.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mapnik.git
More information about the Pkg-javascript-commits
mailing list