diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-09-03 20:15:02 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-09-03 20:15:02 +0200 |
commit | 7082d7b7da3cfd3304693aaabd2c2bfc4e7711c4 (patch) | |
tree | 08a6f561139e46f32bbc5c049a74db8b6db769c6 /profiles | |
parent | sys-boot/systemd-boot: depend on app-text/docbook-xml-dtd:4.5 (diff) | |
download | gentoo-7082d7b7da3cfd3304693aaabd2c2bfc4e7711c4.tar.gz gentoo-7082d7b7da3cfd3304693aaabd2c2bfc4e7711c4.tar.bz2 gentoo-7082d7b7da3cfd3304693aaabd2c2bfc4e7711c4.zip |
profiles/prefix/sunos/solaris/5.11: add sys-libs/libuuid to @system
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/sunos/solaris/5.11/packages | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/prefix/sunos/solaris/5.11/packages b/profiles/prefix/sunos/solaris/5.11/packages new file mode 100644 index 000000000000..f83f5d36431a --- /dev/null +++ b/profiles/prefix/sunos/solaris/5.11/packages @@ -0,0 +1,12 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Host provided libuuid.so links against libpool.so, which in turn links +# against libxml2.so. In the latter it looks for SUNW@ symbols which +# our Prefix-provided libxml2.so doesn't have and cause problems, hence +# we need to provide libuuid.so ourselves for packages that use it. +# It's added here, because in previous releases we relied on the +# system-provided libuuid, but now no longer can, and ebuilds can't +# easily make the difference. +*sys-libs/libuuid |