summaryrefslogtreecommitdiff
path: root/package/openssl/openssl-0.9.8j-dont-force-large-file.patch
diff options
context:
space:
mode:
authorHamish Moffatt <hamish@cloud.net.au>2009-02-24 00:37:06 +0000
committerHamish Moffatt <hamish@cloud.net.au>2009-02-24 00:37:06 +0000
commite14c11230a4f7682153431700ff2bee90c820371 (patch)
treef2b52bc2154beb8f7dcb6c3baf63ed6e2ed9893c /package/openssl/openssl-0.9.8j-dont-force-large-file.patch
parent9d6c2f548e90fba752e459b6cc01ef0e5039c64d (diff)
Bump version to 0.9.8j
Diffstat (limited to 'package/openssl/openssl-0.9.8j-dont-force-large-file.patch')
-rw-r--r--package/openssl/openssl-0.9.8j-dont-force-large-file.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/openssl/openssl-0.9.8j-dont-force-large-file.patch b/package/openssl/openssl-0.9.8j-dont-force-large-file.patch
new file mode 100644
index 000000000..5b04656ff
--- /dev/null
+++ b/package/openssl/openssl-0.9.8j-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 <stdio.h>