Use -no-undefined on Linux too
There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
This commit is contained in:
@ -9,7 +9,7 @@ plugin_DATA = org-gnome-evolution-python.eplug
|
||||
plugin_LTLIBRARIES = liborg-gnome-evolution-python.la
|
||||
|
||||
liborg_gnome_evolution_python_la_SOURCES = python-plugin-loader.c python-plugin-loader.h
|
||||
liborg_gnome_evolution_python_la_LDFLAGS = -module -avoid-version
|
||||
liborg_gnome_evolution_python_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
|
||||
liborg_gnome_evolution_python_la_LIBADD = \
|
||||
-lpthread -ldl -lutil -lm \
|
||||
$(PY_LIBS) \
|
||||
|
||||
@ -9,9 +9,6 @@ plugin_DATA = \
|
||||
org-gnome-hello-python-ui.xml \
|
||||
org-gnome-hello-python.eplug
|
||||
|
||||
liborg_gnome_py_plug_test_la_LIBADD= \
|
||||
$(NO_UNDEFINED_REQUIRED_LIBS)
|
||||
|
||||
liborg_gnome_py_plug_test_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
|
||||
|
||||
errordir = $(privdatadir)/errors
|
||||
|
||||
Reference in New Issue
Block a user