summaryrefslogtreecommitdiffstats
path: root/extra/libxml2/shared_library_versionning.patch
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-28 16:01:56 +0000
committersibel <lesibel@free.fr>2010-12-28 16:01:56 +0000
commit664d112a5ec91ba07d0e58e000ff7c66f36589af (patch)
tree9f028684e013af0ca33275bdf1ad8d5fc64c2199 /extra/libxml2/shared_library_versionning.patch
parent9b03b778045ba130073a3ab25e3112619ca84144 (diff)
downloadnutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.gz
nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.bz2
nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.xz
nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.zip
libxml2#2.7.8-2, maj port
Diffstat (limited to 'extra/libxml2/shared_library_versionning.patch')
-rw-r--r--extra/libxml2/shared_library_versionning.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/libxml2/shared_library_versionning.patch b/extra/libxml2/shared_library_versionning.patch
new file mode 100644
index 000000000..a0b62bca9
--- /dev/null
+++ b/extra/libxml2/shared_library_versionning.patch
@@ -0,0 +1,21 @@
+From 00819877651b87842ed878898ba17dba489820f0 Mon Sep 17 00:00:00 2001
+From: Daniel Veillard <veillard@redhat.com>
+Date: Thu, 04 Nov 2010 20:53:14 +0000
+Subject: Reactivate the shared library versionning script
+
+---
+diff --git a/configure.in b/configure.in
+index 59d0629..a1d2c89 100644
+--- a/configure.in
++++ b/configure.in
+@@ -84,7 +84,7 @@ else
+ esac
+ fi
+ AC_SUBST(VERSION_SCRIPT_FLAGS)
+-AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"])
++AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"])
+
+ dnl
+ dnl We process the AC_ARG_WITH first so that later we can modify
+--
+cgit v0.8.3.1