poldek: poldek/configure.in - -all-static needed

mis mis at pld-linux.org
Mon Aug 21 13:20:17 CEST 2006


Author: mis                          Date: Mon Aug 21 11:20:17 2006 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- -all-static needed

---- Files affected:
poldek/poldek:
   configure.in (1.124 -> 1.125) 

---- Diffs:

================================================================
Index: poldek/poldek/configure.in
diff -u poldek/poldek/configure.in:1.124 poldek/poldek/configure.in:1.125
--- poldek/poldek/configure.in:1.124	Sun Aug 20 20:14:58 2006
+++ poldek/poldek/configure.in	Mon Aug 21 13:20:12 2006
@@ -106,7 +106,7 @@
 
 if test "${ENABLE_STATIC}." = "yes."; then
 	AC_DEFINE([ENABLE_STATIC],1, [defined if static linking is requested])
-	poldek_LDFLAGS="-static"
+	poldek_LDFLAGS="-all-static"
 
 	if test "${INTERACTIVE_MODE}." = "yes."; then
 		LIBS="$LIBS -lncurses"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/configure.in?r1=1.124&r2=1.125&f=u



More information about the pld-cvs-commit mailing list