mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-23 15:01:05 +03:00
patch from Cristian Gafton to build on Red Hat 6.2, should also fix #75779
* python/Makefile.am: patch from Cristian Gafton to build on Red Hat 6.2, should also fix #75779 Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/Makefile.am: patch from Cristian Gafton to build on
|
||||||
|
Red Hat 6.2, should also fix #75779
|
||||||
|
|
||||||
Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* valid.c: first part of fixing #78729
|
* valid.c: first part of fixing #78729
|
||||||
|
@ -22,13 +22,13 @@ EXTRA_DIST = \
|
|||||||
libxml2-python-api.xml \
|
libxml2-python-api.xml \
|
||||||
$(DOCS)
|
$(DOCS)
|
||||||
|
|
||||||
libxml2mod_la_LDFLAGS = -module -avoid-version
|
libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
|
||||||
|
|
||||||
if WITH_PYTHON
|
if WITH_PYTHON
|
||||||
mylibs = \
|
mylibs = \
|
||||||
$(top_builddir)/libxml2.la
|
$(top_builddir)/libxml2.la
|
||||||
|
|
||||||
all: libxml2.py # libxml2mod.so
|
all: libxml2.py libxml2mod.la
|
||||||
|
|
||||||
pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages
|
pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages
|
||||||
python_LTLIBRARIES = libxml2mod.la
|
python_LTLIBRARIES = libxml2mod.la
|
||||||
|
Reference in New Issue
Block a user