mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-20 16:43: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:
@ -22,13 +22,13 @@ EXTRA_DIST = \
|
||||
libxml2-python-api.xml \
|
||||
$(DOCS)
|
||||
|
||||
libxml2mod_la_LDFLAGS = -module -avoid-version
|
||||
libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
|
||||
|
||||
if WITH_PYTHON
|
||||
mylibs = \
|
||||
$(top_builddir)/libxml2.la
|
||||
|
||||
all: libxml2.py # libxml2mod.so
|
||||
all: libxml2.py libxml2mod.la
|
||||
|
||||
pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages
|
||||
python_LTLIBRARIES = libxml2mod.la
|
||||
|
Reference in New Issue
Block a user