[ooo-build-commit] patches/mono

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Jan 4 03:07:57 PST 2010


 patches/mono/buildfix-use-climaker-in-unoil.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e90839fdb4fdaf7d9e2bced21eaad00188b4bd26
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Mon Jan 4 12:04:51 2010 +0100

    Don't statically link against mono in climaker
    
    * patches/mono/buildfix-use-climaker-in-unoil.diff: changed mkbundle
      params to no longer require static linkage against mono libs.
      statically linked binaries are teh suck.

diff --git a/patches/mono/buildfix-use-climaker-in-unoil.diff b/patches/mono/buildfix-use-climaker-in-unoil.diff
index 807784f..09aad8a 100644
--- a/patches/mono/buildfix-use-climaker-in-unoil.diff
+++ b/patches/mono/buildfix-use-climaker-in-unoil.diff
@@ -13,7 +13,7 @@
  $(BIN)$/climaker : climaker_csharp.cs
  	gmcs -debug -unsafe climaker_csharp.cs -reference:$(BIN)/cli_basetypes.dll -out:$(BIN)$/climaker.exe
 -	mkbundle2 --static -o $(BIN)$/climaker $(BIN)$/climaker.exe -L $(OUT)/lib
-+	mkbundle2 --static -L $(OUT)/lib --deps -o $(BIN)$/climaker $(BIN)$/climaker.exe $(BIN)/cli_basetypes.dll
++	mkbundle2 -L $(OUT)/lib --deps -o $(BIN)$/climaker $(BIN)$/climaker.exe $(BIN)/cli_basetypes.dll
   
  .INCLUDE :  target.mk
  .ENDIF # "$(ENABLE_MONO_CLIMAKER)" != "YES"


More information about the ooo-build-commit mailing list