python: do not use -no-undefined
This was added by mistake in 86abd6c1 but that makes no sense, because
the library depends on all the symbols in libpython. Reported by
Étienne Renault.
* wrap/python/Makefile.am: Here.
This commit is contained in:
parent
2052e73af8
commit
c60c117714
1 changed files with 2 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ MAINTAINERCLEANFILES = \
|
||||||
## spot
|
## spot
|
||||||
|
|
||||||
_spot_impl_la_SOURCES = $(srcdir)/spot_impl_wrap.cxx
|
_spot_impl_la_SOURCES = $(srcdir)/spot_impl_wrap.cxx
|
||||||
_spot_impl_la_LDFLAGS = -avoid-version -module -no-undefined $(SYMBOLIC_LDFLAGS)
|
_spot_impl_la_LDFLAGS = -avoid-version -module $(SYMBOLIC_LDFLAGS)
|
||||||
_spot_impl_la_LIBADD = $(top_builddir)/src/libspot.la
|
_spot_impl_la_LIBADD = $(top_builddir)/src/libspot.la
|
||||||
|
|
||||||
$(srcdir)/spot_impl_wrap.cxx: $(srcdir)/spot_impl.i
|
$(srcdir)/spot_impl_wrap.cxx: $(srcdir)/spot_impl.i
|
||||||
|
|
@ -49,8 +49,7 @@ $(srcdir)/spot_impl.py: $(srcdir)/spot_impl.i
|
||||||
## buddy
|
## buddy
|
||||||
|
|
||||||
_buddy_la_SOURCES = $(srcdir)/buddy_wrap.cxx
|
_buddy_la_SOURCES = $(srcdir)/buddy_wrap.cxx
|
||||||
_buddy_la_LDFLAGS = -avoid-version -module $(BUDDY_LDFLAGS) \
|
_buddy_la_LDFLAGS = -avoid-version -module $(BUDDY_LDFLAGS) $(SYMBOLIC_LDFLAGS)
|
||||||
-no-undefined $(SYMBOLIC_LDFLAGS)
|
|
||||||
|
|
||||||
$(srcdir)/buddy_wrap.cxx: $(srcdir)/buddy.i
|
$(srcdir)/buddy_wrap.cxx: $(srcdir)/buddy.i
|
||||||
$(SWIG) -c++ -python $(BUDDY_CPPFLAGS) $(srcdir)/buddy.i
|
$(SWIG) -c++ -python $(BUDDY_CPPFLAGS) $(srcdir)/buddy.i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue