[Libreoffice-commits] .: connectivity/source

Christian Lohmaier cloph at kemper.freedesktop.org
Tue Dec 13 16:26:41 PST 2011


 connectivity/source/drivers/postgresql/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f56780576fa8c28cd212ddfffc554cee40698009
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Dec 14 01:01:20 2011 +0100

    -Wl,-dead_strip_dylibs is not supported with XCode 2.5

diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk
index da2b002..a9e5ff9 100644
--- a/connectivity/source/drivers/postgresql/makefile.mk
+++ b/connectivity/source/drivers/postgresql/makefile.mk
@@ -91,7 +91,7 @@ LIBPQ_DEP_LIBS+=\
 .ENDIF
 .ELSE
 LIBPQ_LINK=$(OUTDIR)/lib/libpq.a
-LIBPQ_DEP_LIBS+=$(eq,$(OS),MACOSX -Wl,-dead_strip_dylibs -Wl,--as-needed)
+LIBPQ_DEP_LIBS+=$(eq,$(OS),MACOSX $(NULL) -Wl,--as-needed)
 .INCLUDE : $(OUTDIR_FOR_BUILD)/inc/postgresql/libpq-flags.mk
 LIBPQ_DEP_LIBS+=$(eq,$(OS),MACOSX $(NULL) -Wl,--no-as-needed)
 .ENDIF


More information about the Libreoffice-commits mailing list