[Libreoffice-commits] .: solenv/inc

René Engelhard rene at kemper.freedesktop.org
Mon Feb 21 15:39:11 PST 2011


 solenv/inc/unxlngaxp.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 48db0fba13c1e228a4202c72a6dd4e4dcc37cd07
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Feb 21 23:35:16 2011 +0000

    move -Wl,--no-relax into extra LINKFLAGS

diff --git a/solenv/inc/unxlngaxp.mk b/solenv/inc/unxlngaxp.mk
index ca20fb3..f008ff3 100644
--- a/solenv/inc/unxlngaxp.mk
+++ b/solenv/inc/unxlngaxp.mk
@@ -29,6 +29,7 @@
 
 PICSWITCH:=-fPIC
 .INCLUDE : unxlng.mk
-CFLAGS+=-DAXP -Wl,--no-relax
+CFLAGS+=-DAXP
+LINKFLAGS+=-Wl,--no-relax
 DLLPOSTFIX=ll
 BUILD64=1


More information about the Libreoffice-commits mailing list