From 15f7f8f402eab5b7cd03094c358435c4c880b5b6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Nov 2009 11:36:13 +0100 Subject: more bulk build fixes - update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2) --- package/uclibc++/patches/patch-fstream_eof | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/uclibc++/patches/patch-fstream_eof') diff --git a/package/uclibc++/patches/patch-fstream_eof b/package/uclibc++/patches/patch-fstream_eof index d60bee8b1..80a7b77ff 100644 --- a/package/uclibc++/patches/patch-fstream_eof +++ b/package/uclibc++/patches/patch-fstream_eof @@ -1,11 +1,11 @@ $Id$ * fix crash on reading from closed fstream ---- uClibc++-0.2.1.orig/include/fstream 2006-09-04 04:28:09.000000000 +0200 -+++ uClibc++-0.2.1/include/fstream 2008-12-14 18:20:27.000000000 +0100 -@@ -201,6 +201,9 @@ namespace std{ - - */ +--- uClibc++-0.2.2.orig/include/fstream 2007-06-04 00:51:12.000000000 +0200 ++++ uClibc++-0.2.2/include/fstream 2009-11-20 22:52:48.000000000 +0100 +@@ -206,6 +206,9 @@ namespace std{ + return traits::eof(); + } + if(fp == 0) + return traits::eof(); -- cgit v1.2.3