From 04db684ba9f2f26cc8170b977fa015d3a592a2c0 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 11 Oct 2006 09:27:56 +0000 Subject: [PATCH] remove the build path recorded in the python shared module as Peter * python/Makefile.am: remove the build path recorded in the python shared module as Peter Breitenlohner pointed out, should fix #346022 Daniel --- ChangeLog | 5 +++++ python/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 74265c9c..523165c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard + + * python/Makefile.am: remove the build path recorded in the python + shared module as Peter Breitenlohner pointed out, should fix #346022 + Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions diff --git a/python/Makefile.am b/python/Makefile.am index c37c0c29..6c0bffa3 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -25,7 +25,7 @@ EXTRA_DIST = \ libxml2-python-api.xml \ $(DOCS) -libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version -L$(top_builddir)/.libs +libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version if WITH_PYTHON mylibs = \