Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Side by Side Diff: dev-libs/libxml2/files/libxml2-2.7.8-reactivate-script.patch

Issue 6776028: Upgrade libxml2 and its portage dependencies (Closed) Base URL: ssh://gitrw.chromium.org:9222/portage-stable.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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
5
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"])
17
18 dnl
19 dnl We process the AC_ARG_WITH first so that later we can modify
20 --
21 cgit v0.8.3.1
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698