[Lunar-commits] <moonbase> expat: disabled static libs ...

Duncan Gibson engelsman at lunar-linux.org
Thu Mar 24 21:36:37 CET 2011


commit f51238477c3c86a858b2ed26cff8ba47f257f3c4
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date:   Thu Mar 24 21:36:37 2011 +0100

    expat: disabled static libs ...
    
    discover was broken before without expats static lib -- I fixed that, so
    please have a look at the discover submission
---
 libs/expat/BUILD |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/libs/expat/BUILD b/libs/expat/BUILD
index dbbfbf2..7fad920 100644
--- a/libs/expat/BUILD
+++ b/libs/expat/BUILD
@@ -1,5 +1,7 @@
 (
 
+  OPTS+=" --disable-static" &&
+
   # Fix DoS bug - http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmltok_impl.c?r1=1.15&view=log
   patch_it $SOURCE2 0 &&
 
@@ -8,6 +10,6 @@
   default_build &&
 
   # Let's be naughty and do the coverup
-  ln -sf /usr/lib/libexpat.so /usr/lib/libexpat.so.0 
+  ln -sf /usr/lib/libexpat.so /usr/lib/libexpat.so.0
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list