[Lunar-commits] <moonbase> w3c-libwww: --as-needed might be causing trouble on certain machines.

Moritz Heiber moe at lunar-linux.org
Fri Mar 13 16:02:26 CET 2009


commit 3c11f73921ecc312fa583d1ad1a0f66b3f541917
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Sat Apr 26 16:39:31 2008 +0200

    w3c-libwww: --as-needed might be causing trouble on certain machines.
    
    I'm disabling it for now. There is a patch out there somewhere
    that fixes it for good but I'm too lame to look for it.
---
 web/w3c-libwww/BUILD |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/web/w3c-libwww/BUILD b/web/w3c-libwww/BUILD
index adc7035..7d6370a 100644
--- a/web/w3c-libwww/BUILD
+++ b/web/w3c-libwww/BUILD
@@ -1,10 +1,13 @@
 (
   
-   sedit "s:/lib/mysql/:/lib/:" configure  &&
-         sedit "s/(char\ \*)//g" Library/src/HTMethod.c  &&
+  sedit "s:/lib/mysql/:/lib/:" configure  &&
+  sedit "s/(char\ \*)//g" Library/src/HTMethod.c  &&
    
   OPTS=$OPTS"--enable-shared --with-zlib --with-md5 --with-dav \
              --with-expat --with-extension --without-mysql"
+
+  bad_flags "--as-needed" &&
+
   default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list