From 31be1f1ee1a9e973327198460f06238f6d8475f1 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 27 Apr 2010 13:07:50 +0000 Subject: [PATCH] [package] cyassl: remove stray "\r" in hunk header of 120-makefile_destdir.patch which incorrectly triggers CR stripping in "patch" resulting in non-fitting hunks (#6954) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21187 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/cyassl/patches/120-makefile_destdir.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/cyassl/patches/120-makefile_destdir.patch b/package/cyassl/patches/120-makefile_destdir.patch index d7ad1da67..29b0d0a05 100644 --- a/package/cyassl/patches/120-makefile_destdir.patch +++ b/package/cyassl/patches/120-makefile_destdir.patch @@ -1,6 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -8,14 +8,11 @@ basic: +@@ -8,14 +8,11 @@ basic: openssl-links: cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \