connectivity/Library_postgresql-sdbc-impl.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 7eccbbb6a94a7eef64f4a0ba5eaba3e3e25231ed Author: David Ostrovsky <[email protected]> Date: Sat May 26 20:55:40 2012 +0200 dl library added Change-Id: I9afb1e2cd82ab02c456735282a6ef0b0be15cfbc diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index 9de5dc4..b634b58 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -58,6 +58,7 @@ 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) \ $(LIBPQ_DEP_LIBS) \ + $(if $(filter-out MACOSX,$(OS)),-ldl) \ $(if $(filter-out MACOSX,$(OS)),-Wl,--no-as-needed) \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
