summaryrefslogtreecommitdiff
path: root/user/libstatgrab/fix-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/libstatgrab/fix-configure.patch')
-rw-r--r--user/libstatgrab/fix-configure.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/libstatgrab/fix-configure.patch b/user/libstatgrab/fix-configure.patch
new file mode 100644
index 000000000..4ae6fdbc3
--- /dev/null
+++ b/user/libstatgrab/fix-configure.patch
@@ -0,0 +1,14 @@
+diff -Nurd libstatgrab-0.91/configure.ac libstatgrab-0.91.new/configure.ac
+--- libstatgrab-0.91/configure.ac 2014-07-11 19:12:06.000000000 +0000
++++ libstatgrab-0.91.new/configure.ac 2017-10-10 18:17:14.094496592 +0000
+@@ -609,8 +609,8 @@
+ [openbsd*], [
+ AC_DEFINE(OPENBSD, , [Building on OpenBSD])
+ ],
+- [linux-gnu*], [
+- AC_DEFINE(LINUX, , [Building on GNU/Linux])
++ [linux*], [
++ AC_DEFINE(LINUX, , [Building on Linux])
+ AM_CONDITIONAL(SETUIDBINS, true)
+ BIN_OWNER="root"
+ BIN_PERM="4755"