From 014a26b268ed50d14d4170bb307cfb751f876a39 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 24 Sep 2010 16:15:55 +0200 Subject: [PATCH] no -Xlinker and --export-dynamic on solaris, too --- apps/dsm/mods/mod_py/Makefile | 2 ++ apps/ivr/Makefile | 2 ++ apps/py_sems/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/apps/dsm/mods/mod_py/Makefile b/apps/dsm/mods/mod_py/Makefile index f1088ae8..7e5d62c1 100644 --- a/apps/dsm/mods/mod_py/Makefile +++ b/apps/dsm/mods/mod_py/Makefile @@ -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 \ No newline at end of file diff --git a/apps/ivr/Makefile b/apps/ivr/Makefile index 4982c8cf..ef2180e0 100644 --- a/apps/ivr/Makefile +++ b/apps/ivr/Makefile @@ -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) diff --git a/apps/py_sems/Makefile b/apps/py_sems/Makefile index 561b555c..2ad7f3df 100644 --- a/apps/py_sems/Makefile +++ b/apps/py_sems/Makefile @@ -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)