summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/libxml/libxml2/fix_version_info.patch23
-rw-r--r--meta/recipes-core/libxml/libxml2_2.7.8.bb4
2 files changed, 26 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2/fix_version_info.patch b/meta/recipes-core/libxml/libxml2/fix_version_info.patch
new file mode 100644
index 0000000000..77113ef454
--- /dev/null
+++ b/meta/recipes-core/libxml/libxml2/fix_version_info.patch
@@ -0,0 +1,23 @@
1Upstream-Status: Already upstream
2
3From 00819877651b87842ed878898ba17dba489820f0 Mon Sep 17 00:00:00 2001
4From: Daniel Veillard <veillard@redhat.com>
5Date: Thu, 04 Nov 2010 20:53:14 +0000
6Subject: Reactivate the shared library versionning script
7
8---
9diff --git a/configure.in b/configure.in
10index 59d0629..a1d2c89 100644
11--- a/configure.in
12+++ b/configure.in
13@@ -84,7 +84,7 @@ else
14 esac
15 fi
16 AC_SUBST(VERSION_SCRIPT_FLAGS)
17-AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"])
18+AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"])
19
20 dnl
21 dnl We process the AC_ARG_WITH first so that later we can modify
22--
23cgit v0.9.0.2
diff --git a/meta/recipes-core/libxml/libxml2_2.7.8.bb b/meta/recipes-core/libxml/libxml2_2.7.8.bb
index 2fa246e182..0b6ce02b00 100644
--- a/meta/recipes-core/libxml/libxml2_2.7.8.bb
+++ b/meta/recipes-core/libxml/libxml2_2.7.8.bb
@@ -1,6 +1,8 @@
1require libxml2.inc 1require libxml2.inc
2 2
3PR = "r4" 3PR = "r5"
4
5SRC_URI += "file://fix_version_info.patch"
4 6
5SRC_URI[md5sum] = "8127a65e8c3b08856093099b52599c86" 7SRC_URI[md5sum] = "8127a65e8c3b08856093099b52599c86"
6SRC_URI[sha256sum] = "cda23bc9ebd26474ca8f3d67e7d1c4a1f1e7106364b690d822e009fdc3c417ec" 8SRC_URI[sha256sum] = "cda23bc9ebd26474ca8f3d67e7d1c4a1f1e7106364b690d822e009fdc3c417ec"