no -Xlinker and --export-dynamic on solaris, too

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 42f6589f02
commit 014a26b268

@ -33,5 +33,7 @@ lib_full_name = $(DSMPATH)/mods/lib/$(lib_name)
include $(DSMPATH)/mods/Makefile.dsm_module
ifneq ($(OS),macosx)
ifneq ($(OS),solaris)
PYTHON_module_ldflags += -Xlinker --export-dynamic
endif
endif

@ -85,8 +85,10 @@ endif
include $(COREPATH)/plug-in/Makefile.app_module
ifneq ($(OS),macosx)
ifneq ($(OS),solaris)
PYTHON_module_ldflags += -Xlinker --export-dynamic
endif
endif
.PHONY: install_python_files
install_python_files: $(DESTDIR)$(modules-prefix)/$(modules-dir)

@ -79,8 +79,10 @@ LD=gcc
include $(COREPATH)/plug-in/Makefile.app_module
ifneq ($(OS),macosx)
ifneq ($(OS),solaris)
PYTHON_module_ldflags += -Xlinker --export-dynamic
endif
endif
.PHONY: install_python_files
install_python_files: $(DESTDIR)$(modules-prefix)/$(modules-dir)

Loading…
Cancel
Save