diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-26 07:49:54 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-26 07:49:54 +0000 |
commit | 0350a3e2489c2532c545cb1af31236ec644e88cb (patch) | |
tree | 9e64d78b3266982dffe16c06d9f939a1f510ff39 /dev-util/fix-la-relink-command/ChangeLog | |
parent | Bump text to 0.11.2.1 (diff) | |
download | gentoo-2-0350a3e2489c2532c545cb1af31236ec644e88cb.tar.gz gentoo-2-0350a3e2489c2532c545cb1af31236ec644e88cb.tar.bz2 gentoo-2-0350a3e2489c2532c545cb1af31236ec644e88cb.zip |
Add a last-resort hack for fixing up relink_command in .la files to prevent libraries that are being built from linking to older versions of themselves installed in the filesystem. Needed e.g. for evolution-data-server and libxml2. Derived from a script used in the evolution-data-server ebuild, and therefore keyworded on arches where evolution-data-server itself is keyworded.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/fix-la-relink-command/ChangeLog')
-rw-r--r-- | dev-util/fix-la-relink-command/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/fix-la-relink-command/ChangeLog b/dev-util/fix-la-relink-command/ChangeLog new file mode 100644 index 000000000000..b9b8b932a962 --- /dev/null +++ b/dev-util/fix-la-relink-command/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-util/fix-la-relink-command +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/fix-la-relink-command/ChangeLog,v 1.1 2012/05/26 07:49:54 tetromino Exp $ + +*fix-la-relink-command-0.1 (26 May 2012) + + 26 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +fix-la-relink-command-0.1.ebuild, +metadata.xml: + Add a last-resort hack for fixing up relink_command in .la files to prevent + libraries that are being built from linking to older versions of themselves + installed in the filesystem. Needed e.g. for evolution-data-server and + libxml2. Derived from a script used in the evolution-data-server ebuild, and + therefore keyworded on arches where evolution-data-server itself is + keyworded. + |