diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-06-02 22:27:22 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-02 22:32:37 +0200 |
commit | 5cd1c4feb5403bb1208a6dfcc6fbf6df352d6a40 (patch) | |
tree | ed44694f259e959d0cc5a435f68ff712960f439d /package/procps/procps-remove-flags.patch | |
parent | 7de0d049b226bd532062973358d211ac9b993277 (diff) | |
download | buildroot-5cd1c4feb5403bb1208a6dfcc6fbf6df352d6a40.tar.gz buildroot-5cd1c4feb5403bb1208a6dfcc6fbf6df352d6a40.zip |
package/procps: bump version and rename to procps-ng
procps is getting replaced by procps-ng, and there are
new versions available!
procps-ng is now an autotools package, so get rid of our
custom build/install rules.
Remove most patches, except for one that still half-applies,
so update and rename it.
procps is dead, long live procps-ng!
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/procps/procps-remove-flags.patch')
-rw-r--r-- | package/procps/procps-remove-flags.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/procps/procps-remove-flags.patch b/package/procps/procps-remove-flags.patch deleted file mode 100644 index cb4dc56d58..0000000000 --- a/package/procps/procps-remove-flags.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -u procps-3.2.5/Makefile procps-3.2.5-patched/Makefile ---- procps-3.2.5/Makefile 2005-01-25 22:55:26.000000000 -0600 -+++ procps-3.2.5-patched/Makefile 2007-07-05 23:09:24.251423681 -0500 -@@ -70,9 +70,7 @@ - CURSES := -lncurses - - # Preprocessor flags. --PKG_CPPFLAGS := -D_GNU_SOURCE -I proc --CPPFLAGS := -I/usr/include/ncurses --ALL_CPPFLAGS := $(PKG_CPPFLAGS) $(CPPFLAGS) -+ALL_CPPFLAGS := -D_GNU_SOURCE -I proc - - # Left out -Wconversion due to noise in glibc headers. - # Left out -Wunreachable-code and -Wdisabled-optimization -@@ -91,11 +89,9 @@ - -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.) --CFLAGS := -O2 -s - ALL_CFLAGS := $(PKG_CFLAGS) $(CFLAGS) - - PKG_LDFLAGS := -Wl,-warn-common --LDFLAGS := - ALL_LDFLAGS := $(PKG_LDFLAGS) $(LDFLAGS) - - ############ Add some extra flags if gcc allows |