make382.patch 520 B

123456789101112
  1. diff -Nur eglibc-2.12.1.orig/libc/sunrpc/Makefile eglibc-2.12.1/libc/sunrpc/Makefile
  2. --- eglibc-2.12.1.orig/libc/sunrpc/Makefile 2010-09-28 19:14:27.000000000 +0200
  3. +++ eglibc-2.12.1/libc/sunrpc/Makefile 2010-11-14 21:30:49.000000000 +0100
  4. @@ -106,7 +106,7 @@
  5. endif
  6. ifneq (yes,$(install-bootstrap-headers))
  7. -headers += $(rpcsvc:%.x=rpcsvc/%.h)
  8. +#headers += $(rpcsvc:%.x=rpcsvc/%.h)
  9. extra-libs-$(OPTION_EGLIBC_SUNRPC) += librpcsvc
  10. # Make it in `others' pass, not `lib' pass.
  11. extra-libs-others-y += $(extra-libs-y)