mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9d188366ea
commit
415765b5a8
@@ -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>
|
||||
Reference in New Issue
Block a user