From: <ale...@us...> - 2010-10-05 12:17:56
|
Revision: 51628 http://firebird.svn.sourceforge.net/firebird/?rev=51628&view=rev Author: alexpeshkoff Date: 2010-10-05 12:17:50 +0000 (Tue, 05 Oct 2010) Log Message: ----------- Fixed CORE-3156: Problems using UDFs on Mac 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 2010-10-05 03:16:56 UTC (rev 51627) +++ firebird/branches/B2_5_Release/builds/posix/darwin.defaults 2010-10-05 12:17:50 UTC (rev 51628) @@ -46,7 +46,7 @@ # Per-library link rules LINK_UDF = $(LIB_LINK) $(LIB_BUNDLE_OPTIONS) -L$(LIB) -LINK_UDF_LIBS = -lm -lib_util $(THR_FLAGS) $(THR_LIBS) +LINK_UDF_LIBS = -lm $(THR_FLAGS) $(THR_LIBS) LINK_IB_UTIL = $(LIB_LINK) $(LINK_IBUTIL_SYMBOLS) $(LIB_LINK_OPTIONS)\ $(LIB_LINK_RPATH) $(LIB_LINK_SONAME) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |