wok view libxml2/stuff/libxml2-fix.patch @ rev 10425

pkg-config: moved depeneds. NOTE: pkg-config is part of slitaz toolchain extras so depends and build depends matter for cookorder to be right.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 13:52:23 2011 +0000 (2011-05-24)
parents
children
line source
1 From 00819877651b87842ed878898ba17dba489820f0 Mon Sep 17 00:00:00 2001
2 From: Daniel Veillard <veillard@redhat.com>
3 Date: Thu, 04 Nov 2010 20:53:14 +0000
4 Subject: Reactivate the shared library versionning script
6 ---
7 diff --git a/configure.in b/configure.in
8 index 59d0629..a1d2c89 100644
9 --- a/configure.in
10 +++ b/configure.in
11 @@ -84,7 +84,7 @@ else
12 esac
13 fi
14 AC_SUBST(VERSION_SCRIPT_FLAGS)
15 -AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"])
16 +AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"])
18 dnl
19 dnl We process the AC_ARG_WITH first so that later we can modify
20 --
21 cgit v0.8.3.1