vte r1767 - in trunk: . python
- From: cpwilson svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r1767 - in trunk: . python
- Date: Tue, 27 Feb 2007 10:42:28 +0000 (GMT)
Author: cpwilson
Date: 2007-02-27 10:42:27 +0000 (Tue, 27 Feb 2007)
New Revision: 1767
ViewCVS link: http://svn.gnome.org/viewcvs/vte?rev=1767&view=rev
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/python/Makefile.am
Log:
2007-02-27 Chris Wilson <chris chris-wilson co uk>
Bug 410986 â Fails to build with -z defs
If you link the vtemodule.so to libpython, then programs importing
vte will have the symbols twice in memory: one set from python and
the other from libpython.
* configure.in:
* python/Makefile.am:
Remove PYTHON_LIBS from linking vtemodule.so.
Convert unresolved symbol errors into warnings so that
building with -Wl,-z,defs continues to work. This is a
*hack* as it hides real errors if you are updating
vte.{def,override}.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]