]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/blobdiff - libxml2-DESTDIR.patch
- updated for 2.6.27
[packages/crossmingw32-libxml2.git] / libxml2-DESTDIR.patch
index 29f44a37b9fea67ec47e1b3010088aaee9aa2599..a4972b936dcacc718309e04caf8a7024662b1f00 100644 (file)
@@ -1,20 +1,10 @@
-diff -urN libxml2-2.5.8.orig/python/Makefile.am libxml2-2.5.8/python/Makefile.am
---- libxml2-2.5.8.orig/python/Makefile.am      Mon Jul  7 09:25:20 2003
-+++ libxml2-2.5.8/python/Makefile.am   Mon Jul  7 09:27:14 2003
-@@ -23,7 +23,7 @@
-       libxml2-python-api.xml  \
-       $(DOCS)
--libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
-+libxml2mod_la_LDFLAGS = -module -avoid-version 
- if WITH_PYTHON
- mylibs = \
+--- libxml2-2.6.4/python/Makefile.am.orig      2003-12-21 12:01:40.000000000 +0100
++++ libxml2-2.6.4/python/Makefile.am   2003-12-26 19:42:40.933314784 +0100
 @@ -32,6 +32,7 @@
  all-local:    libxml2.py
  
  python_LTLIBRARIES = libxml2mod.la
-+python_DATA = libxml2.py
++python_DATA = libxml2.py drv_libxml2.py
  
  libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
  libxml2mod_la_LIBADD = $(mylibs)
@@ -25,7 +15,7 @@ diff -urN libxml2-2.5.8.orig/python/Makefile.am libxml2-2.5.8/python/Makefile.am
 -install-data-local:
 -      $(mkinstalldirs) $(DESTDIR)$(pythondir)
 -      @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
--      @INSTALL@ -m 0644 drv_libxml2.py $(DESTDIR)$(pythondir)
+-      @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py $(DESTDIR)$(pythondir)
 -      $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
 -      @(for doc in $(DOCS) ; \
 -         do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
This page took 0.072936 seconds and 4 git commands to generate.