8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

remove -lfbembed from the link line, as it breaks the Mac build. - if you need this amend LINK_UDF_LIBS in the prefix file instead.

This commit is contained in:
paulbeach 2009-10-23 09:40:41 +00:00
parent b87290f2c7
commit 61384ac746

View File

@ -66,7 +66,7 @@ all: lib_fbudf
lib_fbudf: $(LIBIBUTIL_SO) $(UDF)/fbudf.$(SHRLIB_EXT) lib_fbudf: $(LIBIBUTIL_SO) $(UDF)/fbudf.$(SHRLIB_EXT)
$(UDF)/fbudf.$(SHRLIB_EXT): $(FBUDF_Objects) $(FBUTIL_Objects) $(UDF)/fbudf.$(SHRLIB_EXT): $(FBUDF_Objects) $(FBUTIL_Objects)
$(call LINK_UDF,fbudf) -o $@ $^ $(LINK_UDF_LIBS) -lfbembed $(call LINK_UDF,fbudf) -o $@ $^ $(LINK_UDF_LIBS)
include $(ROOT)/gen/make.shared.targets include $(ROOT)/gen/make.shared.targets