]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- added version-script patch (fixes missing versioned symbols regression) auto/th/libxml2-2_7_8-1 auto/ti/libxml2-2_7_8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Nov 2010 18:40:24 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2-version-script.patch -> 1.1
    libxml2.spec -> 1.185

libxml2-version-script.patch [new file with mode: 0644]
libxml2.spec

diff --git a/libxml2-version-script.patch b/libxml2-version-script.patch
new file mode 100644 (file)
index 0000000..bc07645
--- /dev/null
@@ -0,0 +1,11 @@
+--- libxml2-2.7.8/configure.in.orig    2010-11-04 18:01:19.000000000 +0100
++++ libxml2-2.7.8/configure.in 2010-11-13 19:34:41.607099099 +0100
+@@ -84,7 +84,7 @@
+   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
index 5c5aa011f5889884f88e50751e73300205757d81..509708c2c8d8d8cb86ba3c393751804b9de31ee0 100644 (file)
@@ -24,6 +24,7 @@ Patch0:               %{name}-amfix.patch
 Patch1:                %{name}-man_fixes.patch
 Patch2:                %{name}-open.gz.patch
 Patch3:                %{name}-largefile.patch
+Patch4:                %{name}-version-script.patch
 URL:           http://xmlsoft.org/
 BuildRequires: autoconf >= 2.2
 BuildRequires: automake >= 1.4
@@ -143,6 +144,7 @@ Moduły języka Python dla biblioteki libxml2.
 %patch2 -p1
 %endif
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
This page took 0.067443 seconds and 4 git commands to generate.