diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-27 13:07:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-27 13:07:50 +0000 |
commit | 825b62c86c0f2adac25525a6890e70be50b6b56e (patch) | |
tree | f9a8911d004f81e73402088745c8cec36cae4c6b | |
parent | d19948df0540df8dbc989931135254c98a112591 (diff) | |
download | upstream-825b62c86c0f2adac25525a6890e70be50b6b56e.tar.gz upstream-825b62c86c0f2adac25525a6890e70be50b6b56e.tar.bz2 upstream-825b62c86c0f2adac25525a6890e70be50b6b56e.zip |
[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
-rw-r--r-- | package/cyassl/patches/120-makefile_destdir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cyassl/patches/120-makefile_destdir.patch b/package/cyassl/patches/120-makefile_destdir.patch index d7ad1da673..29b0d0a05e 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; \
|