[Lunar-commits] r25144 - moonbase/trunk/graphics/libmng

Auke Kok sofar at lunar-linux.org
Fri Jul 13 22:38:59 CEST 2007


Author: sofar
Date: 2007-07-13 22:38:59 +0200 (Fri, 13 Jul 2007)
New Revision: 25144

Modified:
   moonbase/trunk/graphics/libmng/BUILD
Log:
Static libs can be handy when trying to statically linking things against them.

From:  zmcgrew at gmail.com


Modified: moonbase/trunk/graphics/libmng/BUILD
===================================================================
--- moonbase/trunk/graphics/libmng/BUILD	2007-07-13 05:47:37 UTC (rev 25143)
+++ moonbase/trunk/graphics/libmng/BUILD	2007-07-13 20:38:59 UTC (rev 25144)
@@ -2,6 +2,6 @@
   cat unmaintained/autogen.sh | tr -d \\r > autogen.sh &&
   chmod 755 autogen.sh &&
   ./autogen.sh --help > /dev/null &&
-  OPTS+="  --enable-shared --disable-static --with-zlib --with-jpeg --with-lcms" &&
+  OPTS+=" --enable-shared --enable-static --with-zlib --with-jpeg --with-lcms" &&
   default_build
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list