mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
openssl: fix build without largefile support
This commit is contained in:
parent
2e02904b04
commit
b6dbf2eb86
19
package/openssl/openssl-0.9.8g-dont-force-large-file.patch
Normal file
19
package/openssl/openssl-0.9.8g-dont-force-large-file.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[patch]: bss_file.c: don't force largefile mode
|
||||||
|
---
|
||||||
|
crypto/bio/bss_file.c | 3 ---
|
||||||
|
1 file changed, 3 deletions(-)
|
||||||
|
|
||||||
|
Index: openssl-0.9.8g/crypto/bio/bss_file.c
|
||||||
|
===================================================================
|
||||||
|
--- openssl-0.9.8g.orig/crypto/bio/bss_file.c
|
||||||
|
+++ openssl-0.9.8g/crypto/bio/bss_file.c
|
||||||
|
@@ -78,9 +78,6 @@
|
||||||
|
* 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>
|
Loading…
x
Reference in New Issue
Block a user