summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-15 13:19:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-15 13:19:59 +0100
commit8ecc2621cacdcb89ace38163c4eae9a695a54afa (patch)
tree10c1cdc88a368c928320f3249d813ca9f43e2bc8 /toolchain/eglibc
parent3c253112ef251feb7151249e0954b7ffc93dbbdb (diff)
another bad hack to get eglibc working with make 3.82
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/patches/make382.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/eglibc/patches/make382.patch b/toolchain/eglibc/patches/make382.patch
new file mode 100644
index 000000000..99ccf2bf8
--- /dev/null
+++ b/toolchain/eglibc/patches/make382.patch
@@ -0,0 +1,12 @@
+diff -Nur eglibc-2.12.1.orig/libc/sunrpc/Makefile eglibc-2.12.1/libc/sunrpc/Makefile
+--- eglibc-2.12.1.orig/libc/sunrpc/Makefile 2010-09-28 19:14:27.000000000 +0200
++++ eglibc-2.12.1/libc/sunrpc/Makefile 2010-11-14 21:30:49.000000000 +0100
+@@ -106,7 +106,7 @@
+ endif
+
+ ifneq (yes,$(install-bootstrap-headers))
+-headers += $(rpcsvc:%.x=rpcsvc/%.h)
++#headers += $(rpcsvc:%.x=rpcsvc/%.h)
+ extra-libs-$(OPTION_EGLIBC_SUNRPC) += librpcsvc
+ # Make it in `others' pass, not `lib' pass.
+ extra-libs-others-y += $(extra-libs-y)