]> git.pld-linux.org Git - packages/libxml2.git/blobdiff - libxml2-DESTDIR.patch
- 2.6.23
[packages/libxml2.git] / libxml2-DESTDIR.patch
index 29f44a37b9fea67ec47e1b3010088aaee9aa2599..fc32e46e631b94d8c796798996a5be1732ce3538 100644 (file)
@@ -1,12 +1,11 @@
-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
+--- 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
 @@ -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 
+-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 = \
@@ -14,7 +13,7 @@ diff -urN libxml2-2.5.8.orig/python/Makefile.am libxml2-2.5.8/python/Makefile.am
  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 +24,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.03321 seconds and 4 git commands to generate.