From: <ma...@us...> - 2015-06-15 15:11:09
|
Revision: 61829 http://sourceforge.net/p/firebird/code/61829 Author: mapopa Date: 2015-06-15 15:11:07 +0000 (Mon, 15 Jun 2015) Log Message: ----------- Apply libo patch for El Capitan https://github.com/LibreOffice/core/commit/a799d7c9a66464f33bd8ee42d535e29a976d64ae Modified Paths: -------------- firebird/branches/B2_5_Release/builds/posix/darwin.defaults Modified: firebird/branches/B2_5_Release/builds/posix/darwin.defaults =================================================================== --- firebird/branches/B2_5_Release/builds/posix/darwin.defaults 2015-06-15 14:54:42 UTC (rev 61828) +++ firebird/branches/B2_5_Release/builds/posix/darwin.defaults 2015-06-15 15:11:07 UTC (rev 61829) @@ -57,7 +57,7 @@ LINK_TRACE = $(LIB_LINK) $(LIB_BUNDLE_OPTIONS) -LINK_CLIENT = $(LIB_LINK) -nodefaultlibs $(LINK_FIREBIRD_CLIENT_SYMBOLS) $(LIB_LINK_OPTIONS) $(LIB_LINK_IMPLIB)\ +LINK_CLIENT = $(LIB_LINK) $(LINK_FIREBIRD_CLIENT_SYMBOLS) $(LIB_LINK_OPTIONS) $(LIB_LINK_IMPLIB)\ $(LIB_CLIENT_LINK_OPTIONS) $(LIB_LINK_SONAME) ifeq (@VOID_PTR_SIZE@,8) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |