diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-21 16:22:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-21 16:22:29 +0100 |
commit | 664f0acd54623594267a7f73370c0acb145134b9 (patch) | |
tree | 47d3ade3053c5b75c205f58b645c58981a0e1dd3 /package/coreutils/patches/patch-Makefile_am | |
parent | 237313074fd744fcda6a06665b10f7ae9461ed11 (diff) |
update to latest stable version, fix uclibc compile, patch from http://git.buildroot.net/buildroot/tree/package/coreutils/coreutils-01-spawn-uclibc.patch
Diffstat (limited to 'package/coreutils/patches/patch-Makefile_am')
-rw-r--r-- | package/coreutils/patches/patch-Makefile_am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/coreutils/patches/patch-Makefile_am b/package/coreutils/patches/patch-Makefile_am new file mode 100644 index 000000000..7a8549921 --- /dev/null +++ b/package/coreutils/patches/patch-Makefile_am @@ -0,0 +1,8 @@ +--- coreutils-8.22.orig/Makefile.am 2013-12-04 15:48:30.000000000 +0100 ++++ coreutils-8.22/Makefile.am 2014-02-21 16:15:49.000000000 +0100 +@@ -187,5 +187,4 @@ AM_CPPFLAGS = -Ilib -I$(top_srcdir)/lib + include $(top_srcdir)/lib/local.mk + include $(top_srcdir)/src/local.mk + include $(top_srcdir)/doc/local.mk +-include $(top_srcdir)/man/local.mk + include $(top_srcdir)/tests/local.mk |