diff options
author | Juergen Daubert <juergen.daubert@t-online.de> | 2006-03-27 17:13:38 +0000 |
---|---|---|
committer | Juergen Daubert <juergen.daubert@t-online.de> | 2006-03-27 17:13:38 +0000 |
commit | 3349f630a4222fd7ec58c78e9ebf1ee8768c2059 (patch) | |
tree | a0f49fd2497d43a1cd17065c4730de24b37ff67e /libxml2-python/libxml2-python-config.patch | |
parent | 448618bb70b28ed3ff295e7b2ac30bc75592e849 (diff) | |
download | opt-3349f630a4222fd7ec58c78e9ebf1ee8768c2059.tar.gz opt-3349f630a4222fd7ec58c78e9ebf1ee8768c2059.tar.xz |
initial release libxml2-python
Diffstat (limited to 'libxml2-python/libxml2-python-config.patch')
-rw-r--r-- | libxml2-python/libxml2-python-config.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libxml2-python/libxml2-python-config.patch b/libxml2-python/libxml2-python-config.patch new file mode 100644 index 000000000..52c720f13 --- /dev/null +++ b/libxml2-python/libxml2-python-config.patch @@ -0,0 +1,24 @@ +diff -Nru libxml2-2.6.23.orig/python/Makefile.in libxml2-2.6.23/python/Makefile.in +--- libxml2-2.6.23.orig/python/Makefile.in 2006-03-27 18:23:36.000000000 +0200 ++++ libxml2-2.6.23/python/Makefile.in 2006-03-27 18:24:40.000000000 +0200 +@@ -58,7 +58,7 @@ + am__installdirs = "$(DESTDIR)$(pythondir)" + pythonLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(python_LTLIBRARIES) +-@WITH_PYTHON_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/libxml2.la ++@WITH_PYTHON_TRUE@am__DEPENDENCIES_1 = /usr/lib/libxml2.la + @WITH_PYTHON_TRUE@libxml2mod_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am__libxml2mod_la_SOURCES_DIST = libxml.c types.c libxml2-py.c + @WITH_PYTHON_TRUE@am_libxml2mod_la_OBJECTS = libxml.lo types.lo \ +@@ -323,9 +323,9 @@ + 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 + @WITH_PYTHON_TRUE@mylibs = \ +-@WITH_PYTHON_TRUE@ $(top_builddir)/libxml2.la ++@WITH_PYTHON_TRUE@ /usr/lib/libxml2.la + + @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la + @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c |