Module: sems Branch: master Commit: 014a26b268ed50d14d4170bb307cfb751f876a39 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=014a26b268ed50d14d4170bb307cfb751f876a39
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Sep 24 16:15:55 2010 +0200 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(+), 0 deletions(-) diff --git a/apps/dsm/mods/mod_py/Makefile b/apps/dsm/mods/mod_py/Makefile index f1088ae..7e5d62c 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 4982c8c..ef2180e 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 561b555..2ad7f3d 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) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
