[Libreoffice-commits] .: connectivity/Library_postgresql-sdbc-impl.mk

Stephan Bergmann sbergmann at kemper.freedesktop.org
Tue May 29 02:02:32 PDT 2012


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

New commits:
commit a4849e9d2b409b399191efaa446d42b797cc3d1e
Author: Stephan Bergmann <sbergman at 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


More information about the Libreoffice-commits mailing list