diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:32 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:53:11 +0200 |
| commit | 415765b5a8861f3b7e86e9786bf903a5a4d09e73 (patch) | |
| tree | 71ca825afa12aa5ef70555199f73b9588697e068 /package/openssl | |
| parent | 9d188366ea5c13731425384b2beafef9c2e2f740 (diff) | |
| download | buildroot-415765b5a8861f3b7e86e9786bf903a5a4d09e73.tar.gz buildroot-415765b5a8861f3b7e86e9786bf903a5a4d09e73.zip | |
packages: remove non-lfs enabler patches
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openssl')
| -rw-r--r-- | package/openssl/002-dont-force-large-file.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/openssl/002-dont-force-large-file.patch b/package/openssl/002-dont-force-large-file.patch deleted file mode 100644 index 13340d6db7..0000000000 --- a/package/openssl/002-dont-force-large-file.patch +++ /dev/null @@ -1,19 +0,0 @@ -[patch]: bss_file.c: don't force largefile mode - -[Adapted to version 1.0.2] - -Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> - -diff -rup a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c ---- a/crypto/bio/bss_file.c 2015-01-22 14:58:32.000000000 +0000 -+++ b/crypto/bio/bss_file.c 2015-01-26 16:27:52.972519876 +0000 -@@ -78,9 +78,6 @@ - * of 32-bit platforms which allow for sequential access of large files - * without extra "magic" comprise *BSD, Darwin, IRIX... - */ --# ifndef _FILE_OFFSET_BITS --# define _FILE_OFFSET_BITS 64 --# endif - # endif - - # include <stdio.h> |

