summaryrefslogtreecommitdiffstats
path: root/package/openssl/openssl-0.9.8k-dont-force-large-file.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-14 05:21:22 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-14 05:21:22 +0000
commit73f4adaa542d555fe589aacfd8da5b8100820610 (patch)
treef82245eabd58998fd101ff69673e34af15c26a44 /package/openssl/openssl-0.9.8k-dont-force-large-file.patch
parent7f69e5369fdf7a5c2c61834365542bdd0a6200e4 (diff)
downloadbuildroot-novena-73f4adaa542d555fe589aacfd8da5b8100820610.tar.gz
buildroot-novena-73f4adaa542d555fe589aacfd8da5b8100820610.zip
openssl: git rid of version number in patches
As noted by Hamish Moffatt on the list.
Diffstat (limited to 'package/openssl/openssl-0.9.8k-dont-force-large-file.patch')
-rw-r--r--package/openssl/openssl-0.9.8k-dont-force-large-file.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/openssl/openssl-0.9.8k-dont-force-large-file.patch b/package/openssl/openssl-0.9.8k-dont-force-large-file.patch
deleted file mode 100644
index 5b04656ff..000000000
--- a/package/openssl/openssl-0.9.8k-dont-force-large-file.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-[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>