[Likwid-commit] [likwid] 01/01: Patch to remove sysctl from hwloc
Thomas Röhl
eatmyfear-guest at moszumanska.debian.org
Mon Jun 27 14:10:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
eatmyfear-guest pushed a commit to branch master
in repository likwid.
commit 93498ee0b338aa5f8a2099bcbf905b1b3f976bb3
Author: Thomas.Roehl <Thomas.Roehl at googlemail.com>
Date: Mon Jun 27 16:10:19 2016 +0200
Patch to remove sysctl from hwloc
---
debian/patches/11-hwloc-no-sysctl.patch | 25 +++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 26 insertions(+)
diff --git a/debian/patches/11-hwloc-no-sysctl.patch b/debian/patches/11-hwloc-no-sysctl.patch
new file mode 100644
index 0000000..205a353
--- /dev/null
+++ b/debian/patches/11-hwloc-no-sysctl.patch
@@ -0,0 +1,25 @@
+Description: Change use of sysctl syscall in hwloc
+Author: Thomas Röhl <Thomas.Roehl at fau.de>
+Last-Update: 2016-6-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/ext/hwloc/include/private/autogen/config.h
++++ b/ext/hwloc/include/private/autogen/config.h
+@@ -330,7 +330,7 @@
+ #define HAVE_SYNC_BUILTINS 1
+
+ /* Define to '1' if sysctl is present and usable */
+-#define HAVE_SYSCTL 1
++/* #undef HAVE_SYSCTL */
+
+ /* Define to '1' if sysctlbyname is present and usable */
+ /* #undef HAVE_SYSCTLBYNAME */
+@@ -359,7 +359,7 @@
+ #define HAVE_SYS_STAT_H 1
+
+ /* Define to 1 if you have the <sys/sysctl.h> header file. */
+-#define HAVE_SYS_SYSCTL_H 1
++/* #undef HAVE_SYS_SYSCTL_H */
+
+ /* Define to 1 if you have the <sys/time.h> header file. */
+ #define HAVE_SYS_TIME_H 1
diff --git a/debian/patches/series b/debian/patches/series
index 50a346c..281b6bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
#07-bstrlib.patch
#08-no-stream.patch
10-debianize.patch
+11-hwloc-no-sysctl.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/likwid/likwid.git
More information about the Likwid-commit
mailing list