Added DSO_BIND_REFERENCES macro for linking the OJI plugin.

git-svn-id: svn://10.0.0.236/branches/OJI_19980618_BRANCH@4336 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson
1998-06-23 22:26:56 +00:00
parent 62f65ff27b
commit 0547fded32
2 changed files with 2 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ PORT_FLAGS += -DNO_INT64_T
PLATFORM_FLAGS += -DLINUX2_0
BUILD_UNIX_PLUGINS = 1
MKSHLIB = $(CC) -shared -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so)
DSO_BIND_REFERENCES = -Wl,-Bsymbolic
ifdef BUILD_OPT
OPTIMIZER = -O2
endif

View File

@@ -172,6 +172,7 @@ MUST_BOOTLEG_ALLOCA = 1
BUILD_UNIX_PLUGINS = 1
MKSHLIB = $(LD) $(DSO_LDOPTS)
DSO_BIND_REFERENCES = -Bsymbolic
DSO_LDOPTS = -G -L$(MOTIF)/lib -L/usr/openwin/lib
DSO_LDFLAGS =