openwrtv3/package/libs/uclibc++
Jo-Philipp Wich addfc0efdd 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>
2016-04-14 18:27:12 +02:00
..
files move library packages to package/libs/ 2012-10-08 11:24:12 +00:00
patches uclibc++: add a patch to fix memory corruption issues on exceptions 2016-03-05 14:23:49 +00:00
Makefile uclibc++: add hack to fix failing patch 2016-04-14 18:27:12 +02:00