[Lunar-commits] <moonbase> TECkit: tidy, disable static

Paul Bredbury brebs at lunar-linux.org
Sat Feb 26 07:23:05 CET 2011


commit b83b9f5e816b4f9d20a186e67b94b59ee178e395
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sat Feb 26 13:23:05 2011 +0700

    TECkit: tidy, disable static
---
 zbeta/TECkit/BUILD   |    5 ++++-
 zbeta/TECkit/DETAILS |   16 +++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/zbeta/TECkit/BUILD b/zbeta/TECkit/BUILD
index c239e9e..568d180 100644
--- a/zbeta/TECkit/BUILD
+++ b/zbeta/TECkit/BUILD
@@ -1,7 +1,10 @@
 (
 
-  chmod 755 configure  &&
+  chmod 755 configure &&
   sedit "s/#include <cstring>/#include <cstring>\n#include <stdio.h>/" source/Compiler.cpp &&
+
+  OPTS+=" --disable-static" &&
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/zbeta/TECkit/DETAILS b/zbeta/TECkit/DETAILS
index 3abacf6..b14a182 100644
--- a/zbeta/TECkit/DETAILS
+++ b/zbeta/TECkit/DETAILS
@@ -11,13 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VER}
            SHORT="a Text Encoding Conversion toolkit"
 
 cat << EOF
-TECkit is a low-level toolkit intended to be used by other
-applications that need to perform encoding conversions
-(e.g. when importing legacy data into a Unicode-based
-application). The primary component of the TECkit package
-is therefore a library that performs conversions -- this is
-the TECkit engine. The engine relies on mapping tables in a
-specific binary format. There is a compiler that creates
-such tables from a human-readable mapping description (a
-simple text file).
+TECkit is a low-level toolkit intended to be used by other applications
+that need to perform encoding conversions (e.g. when importing legacy
+data into a Unicode-based application). The primary component of the
+TECkit package is therefore a library that performs conversions -- this
+is the TECkit engine. The engine relies on mapping tables in a specific
+binary format. There is a compiler that creates such tables from a
+human-readable mapping description (a simple text file).
 EOF


More information about the Lunar-commits mailing list