package/cryptopp: fix dos/unix newlines in patch
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 26 Feb 2019 13:48:45 +0000 (14:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 26 Feb 2019 13:48:45 +0000 (14:48 +0100)
commit4b2fff01c0ec98f538632d14da82a9a295319560
tree4d3e74af99309549465284edfbf29f71fd91d206
parentd8605e4bb0ba3cc801552ca8dc9e51bb7a246d32
package/cryptopp: fix dos/unix newlines in patch

Fixes:
http://autobuild.buildroot.net/results/0a26265961747600388258d32ba7dc9226c9249b/

Commit 40005b9a0da6 (package/cryptopp: fix build with gcc < 4.9) added a
patch to fix building with old toolchains.  The source code unfortunately
contains a mix of DOS and UNIX newlines, and the DOS new lines got stripped
by the mailing list, causing the patch to no longer apply.

Fix up the patch manually.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cryptopp/0001-config.h-avx2-depends-on-gcc-4.9.patch