From b6dbf2eb869a9a5b95c2c92b062de8f2d9b9e86c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 21 Jan 2009 20:31:47 +0000 Subject: openssl: fix build without largefile support --- .../openssl-0.9.8g-dont-force-large-file.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/openssl/openssl-0.9.8g-dont-force-large-file.patch diff --git a/package/openssl/openssl-0.9.8g-dont-force-large-file.patch b/package/openssl/openssl-0.9.8g-dont-force-large-file.patch new file mode 100644 index 000000000..5b04656ff --- /dev/null +++ b/package/openssl/openssl-0.9.8g-dont-force-large-file.patch @@ -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 -- cgit v1.2.3