[SCM] openni/master: Remove -j from make flags (fixes bug on arm)

jspricke-guest at users.alioth.debian.org jspricke-guest at users.alioth.debian.org
Wed Jan 8 14:06:11 UTC 2014


The following commit has been merged in the master branch:
commit 185a47cb9db833e0509b164a4fa3ff9dd023548e
Author: Jochen Sprickerhof <jochen at sprickerhof.de>
Date:   Wed Jan 8 15:05:20 2014 +0100

    Remove -j from make flags (fixes bug on arm)

diff --git a/debian/patches/0012-Remove-j-from-make-flags-fixes-bug-on-arm.patch b/debian/patches/0012-Remove-j-from-make-flags-fixes-bug-on-arm.patch
new file mode 100644
index 0000000..36bb498
--- /dev/null
+++ b/debian/patches/0012-Remove-j-from-make-flags-fixes-bug-on-arm.patch
@@ -0,0 +1,21 @@
+From: Jochen Sprickerhof <jochen at sprickerhof.de>
+Date: Wed, 8 Jan 2014 15:04:11 +0100
+Subject: Remove -j from make flags (fixes bug on arm)
+
+---
+ Platform/Linux/CreateRedist/Redist_OpenNi.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Platform/Linux/CreateRedist/Redist_OpenNi.py b/Platform/Linux/CreateRedist/Redist_OpenNi.py
+index 0d667cf..060e7a5 100755
+--- a/Platform/Linux/CreateRedist/Redist_OpenNi.py
++++ b/Platform/Linux/CreateRedist/Redist_OpenNi.py
+@@ -192,8 +192,6 @@ else:
+ 
+     MAKE_ARGS = ''
+ 
+-MAKE_ARGS += ' -j' + calc_jobs_number()
+-
+ if ostype == "Darwin":
+     TARGET = "MacOSX"
+ else:
diff --git a/debian/patches/series b/debian/patches/series
index f462559..850a29c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@
 0009-Remove-superfluous-printf.patch
 #0010-Including-call-to-libusb_detach_kernel_driver-to-det.patch
 0011-do-not-compile-windows-chm-file.patch
+0012-Remove-j-from-make-flags-fixes-bug-on-arm.patch

-- 
openni packaging



More information about the pkg-multimedia-commits mailing list