connectivity/Library_postgresql-sdbc-impl.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a4849e9d2b409b399191efaa446d42b797cc3d1e
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue May 29 11:01:35 2012 +0200

    Unquoted $(COMMA)
    
    Change-Id: I6d15cd77896da73422ab8c92f62d6341f7e2561f

diff --git a/connectivity/Library_postgresql-sdbc-impl.mk 
b/connectivity/Library_postgresql-sdbc-impl.mk
index 62c4f2f..c31d225 100644
--- a/connectivity/Library_postgresql-sdbc-impl.mk
+++ b/connectivity/Library_postgresql-sdbc-impl.mk
@@ -62,10 +62,10 @@ ifneq ($(GUI)$(COM),WNTMSC)
 include $(OUTDIR_FOR_BUILD)/inc/postgresql/libpq-flags.mk
 
 $(eval $(call gb_Library_add_libs,postgresql-sdbc-impl,\
-       $(if $(filter-out MACOSX,$(OS)),-Wl,--as-needed) \
+       $(if $(filter-out MACOSX,$(OS)),-Wl$(COMMA)--as-needed) \
        $(LIBPQ_DEP_LIBS) \
        $(if $(filter-out MACOSX,$(OS)),-ldl) \
-       $(if $(filter-out MACOSX,$(OS)),-Wl,--no-as-needed) \
+       $(if $(filter-out MACOSX,$(OS)),-Wl$(COMMA)--no-as-needed) \
 ))
 
 endif
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to