[Lunar-commits] <moonbase> libwbxml: Adjusting the BUILD as noted there-in.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Dec 29 14:33:03 CET 2010


commit 0710f3662b178b543ab199b114c1d2dd5518223d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 29 08:33:03 2010 -0500

    libwbxml: Adjusting the BUILD as noted there-in.
---
 libs/libwbxml/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libs/libwbxml/BUILD b/libs/libwbxml/BUILD
index 11e89bb..5ce1cbc 100644
--- a/libs/libwbxml/BUILD
+++ b/libs/libwbxml/BUILD
@@ -1,5 +1,8 @@
 (
 
+# Taken from https://libwbxml.opensync.org/ticket/41
+  sedit "s:parser->pos + strtbl_len > wbxml_buffer_len(parser->wbxml):strtbl_len > wbxml_buffer_len(parser->wbxml) - parser->pos:" src/wbxml_parser.c &&
+
   OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
 
   mkdir $OOTB_DIR  &&


More information about the Lunar-commits mailing list