uclibc++: add hack to fix failing patch
authorJo-Philipp Wich <jo@mein.io>
Thu, 14 Apr 2016 16:27:12 +0000 (18:27 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 14 Apr 2016 16:27:12 +0000 (18:27 +0200)
commitaddfc0efdd1077d1d8019b73448b4aa1f08442ba
tree7c243bd35c8ac5fcb51a2f9d1ccd144516910da8
parentda46d2b228f67bf0ef89d7c4905c548918763f51
uclibc++: add hack to fix failing patch

One of the patched files, include/unwind-cxx.h, contains windows newlines
which lead to the following failure:

  Applying ./patches/006-eabi_fix.patch using plaintext:
  patching file include/typeinfo
  patching file include/unwind-cxx.h
  Hunk #1 FAILED at 173 (different line endings).
  Hunk #2 FAILED at 181 (different line endings).

Add a fixup command to the prepare phase which normalizes the line endings
before applying source patches.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/libs/uclibc++/Makefile