From 61384ac74697f141475dfada940a85a6bea8d465 Mon Sep 17 00:00:00 2001 From: paulbeach Date: Fri, 23 Oct 2009 09:40:41 +0000 Subject: [PATCH] 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. --- builds/posix/Makefile.in.embed.fbudf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/posix/Makefile.in.embed.fbudf b/builds/posix/Makefile.in.embed.fbudf index 51af961741..74aa51e5b3 100644 --- a/builds/posix/Makefile.in.embed.fbudf +++ b/builds/posix/Makefile.in.embed.fbudf @@ -66,7 +66,7 @@ all: lib_fbudf lib_fbudf: $(LIBIBUTIL_SO) $(UDF)/fbudf.$(SHRLIB_EXT) $(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