From: Felix Fietkau Date: Fri, 1 Jul 2005 14:54:14 +0000 (+0000) Subject: fix kismet client (uclibc++ bug) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=616485e62ad133c46b2f7ecdda0c25b53d0ec478;p=librecmc%2Flibrecmc.git fix kismet client (uclibc++ bug) SVN-Revision: 1300 --- diff --git a/openwrt/package/kismet/Makefile b/openwrt/package/kismet/Makefile index 971c40e73f..3308258830 100644 --- a/openwrt/package/kismet/Makefile +++ b/openwrt/package/kismet/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kismet PKG_VERSION:=2005-04-R1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=19b4f192eb11a418ed3f6bf65c1226af PKG_SOURCE_URL:=http://www.kismetwireless.net/code diff --git a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch index 66fc77e077..d27bca07b3 100644 --- a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch +++ b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch @@ -39,3 +39,15 @@ diff -urN kismet-2005-04-R1.old/tcpserver.cc kismet-2005-04-R1.dev/tcpserver.cc } } +diff -urN kismet-2005-04-R1.old/tcpclient.cc kismet-2005-04-R1.dev/tcpclient.cc +--- kismet-2005-04-R1.old/tcpclient.cc 2005-04-03 07:33:42.000000000 +0200 ++++ kismet-2005-04-R1.dev/tcpclient.cc 2005-07-01 16:42:33.000000000 +0200 +@@ -214,7 +214,7 @@ + return(-1); + } + } else { +- writebuf.erase(0, res); ++ writebuf = ""; + } + } +