From 3be5bfff6a27b94d64dbfdca8db48b2d817d263c Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 27 Mar 2006 21:18:37 +0000 Subject: fix elinks, add MD5SUM, explicitely disable what seems not required, standardize. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3511 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../package/elinks/patches/01-missing_decl_for_off_t.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openwrt/package/elinks/patches/01-missing_decl_for_off_t.patch (limited to 'openwrt/package/elinks/patches') diff --git a/openwrt/package/elinks/patches/01-missing_decl_for_off_t.patch b/openwrt/package/elinks/patches/01-missing_decl_for_off_t.patch new file mode 100644 index 000000000..4393e3146 --- /dev/null +++ b/openwrt/package/elinks/patches/01-missing_decl_for_off_t.patch @@ -0,0 +1,11 @@ +diff -ruN elinks-0.11.1-old/src/util/time.h elinks-0.11.1-new/src/util/time.h +--- elinks-0.11.1-old/src/util/time.h 2006-01-29 14:10:39.000000000 +0100 ++++ elinks-0.11.1-new/src/util/time.h 2006-03-27 23:09:08.000000000 +0200 +@@ -1,6 +1,7 @@ + #ifndef EL__UTIL_TIME_H + #define EL__UTIL_TIME_H + ++#include + #ifdef HAVE_SYS_TIME_H + #include + #endif -- cgit v1.2.3