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

perl-datetime-format-strptime: additional deps
author Nathan Neulinger <nneul@neulinger.org>
date Sun Sep 27 21:56:03 2015 +0000 (2015-09-27)
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