summaryrefslogtreecommitdiff
path: root/package/procps/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-08 12:58:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-08 12:58:54 +0100
commitf3e1c3cf993b0ba54afa0ff9552ffefd39828b23 (patch)
tree1f5d52b7dff4a5c60e17c8f0fd7f7412c946a0ee /package/procps/patches/patch-Makefile
parentd77656116191a166ed0477cf16830480a2406fc5 (diff)
parentd93c019f2cfdf53be59f02600cc25c547ba24edc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/procps/patches/patch-Makefile')
-rw-r--r--package/procps/patches/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/procps/patches/patch-Makefile b/package/procps/patches/patch-Makefile
index 5b0bcf74a..5849fc343 100644
--- a/package/procps/patches/patch-Makefile
+++ b/package/procps/patches/patch-Makefile
@@ -1,6 +1,6 @@
$Id$
---- procps-3.2.7.orig/Makefile Sat Jun 24 09:02:02 2006
-+++ procps-3.2.7/Makefile Tue May 22 14:43:11 2007
+--- procps-3.2.8.orig/Makefile 2009-05-10 20:50:48.000000000 +0200
++++ procps-3.2.8/Makefile 2013-12-23 16:53:06.000000000 +0100
@@ -27,7 +27,7 @@ TARVERSION := $(VERSION).$(SUBVERSION)
ldconfig := ldconfig
ln_f := ln -f
@@ -19,7 +19,7 @@ $Id$
ALL_CPPFLAGS := $(PKG_CPPFLAGS) $(CPPFLAGS)
# Left out -Wconversion due to noise in glibc headers.
-@@ -102,11 +102,11 @@ PKG_CFLAGS := -fno-common -ffast-math
+@@ -102,11 +102,11 @@ PKG_CFLAGS := -fno-common -ffast-math
-Wstrict-prototypes -Wmissing-prototypes
# Note that some stuff below is conditional on CFLAGS containing
# an option that starts with "-g". (-g, -g2, -g3, -ggdb, etc.)