From 41433e6037c71277010a64eb710d1ac1f33a868f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Sun, 25 Oct 2015 22:03:11 +0100 Subject: [PATCH] musl: addeed patch for building psmisc. --- .../musl/pkg/psmisc/psmisc-add-limits_h.patch | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 base/musl/pkg/psmisc/psmisc-add-limits_h.patch diff --git a/base/musl/pkg/psmisc/psmisc-add-limits_h.patch b/base/musl/pkg/psmisc/psmisc-add-limits_h.patch new file mode 100644 index 000000000..83ab07522 --- /dev/null +++ b/base/musl/pkg/psmisc/psmisc-add-limits_h.patch @@ -0,0 +1,28 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../musl/pkg/psmisc/psmisc-add-limits_h.patch +# Copyright (C) 2015 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +diff -Naur psmisc-22.21.orig/src/pstree.c psmisc-22.21/src/pstree.c +--- psmisc-22.21.orig/src/pstree.c 2013-09-29 05:11:56.000000000 +0000 ++++ psmisc-22.21/src/pstree.c 2014-03-26 13:30:36.000000000 +0000 +@@ -41,6 +41,7 @@ + #include + #include + #include ++#include + + #include "i18n.h" + #include "comm.h" +