forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profiles/prefix/sunos/solaris/5.11: add sys-libs/libuuid to @System
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |