From ed5ac925f077c261b7fb5c7bd5bff876abd7b037 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 23 Mar 2004 00:30:50 +0000 Subject: Added export symbol list for plugins (only used on OSX, if anybody wants to add support for Linux, go ahead) svn-id: r13368 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 712137bf37..8585585131 100755 --- a/configure +++ b/configure @@ -624,7 +624,7 @@ LIBS += -ldl _mak_plugins=' BUILD_PLUGINS := 1 CXXFLAGS += -DDYNAMIC_MODULES -PLUGIN_LDFLAGS += -bundle -bundle_loader $(EXECUTABLE) +PLUGIN_LDFLAGS += -bundle -bundle_loader $(EXECUTABLE) -exported_symbols_list "$(srcdir)/plugin.exp" PRE_OBJS_FLAGS := -all_load POST_OBJS_FLAGS := LIBS += -ldl -- cgit v1.2.3