diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-26 18:09:58 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-26 18:09:58 +0000 |
commit | d650602f0042160c7db3608fbbaa455fa0aa0d10 (patch) | |
tree | 9d87daba782a6c44c33988c861372ce11341981f | |
parent | Fix building against xorg-server-1.15, bug #496682. (diff) | |
download | historical-d650602f0042160c7db3608fbbaa455fa0aa0d10.tar.gz historical-d650602f0042160c7db3608fbbaa455fa0aa0d10.tar.bz2 historical-d650602f0042160c7db3608fbbaa455fa0aa0d10.zip |
hardened/linux/musl: switch to dev-util/pkgconf which does better in musl
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/packages.build | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 1ccd288e3f54..5836a9533d99 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.31 2014/01/24 23:41:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.32 2014/01/26 18:09:58 blueness Exp $ + + 26 Jan 2014; Anthony G. Basile <blueness@gentoo.org> + linux/musl/packages.build: + hardened/linux/musl: switch to dev-util/pkgconf which does better in musl 24 Jan 2014; Anthony G. Basile <blueness@gentoo.org> linux/musl/amd64/make.defaults, linux/musl/x86/make.defaults: diff --git a/profiles/hardened/linux/musl/packages.build b/profiles/hardened/linux/musl/packages.build index 0942a3a284c9..34b102909ac9 100644 --- a/profiles/hardened/linux/musl/packages.build +++ b/profiles/hardened/linux/musl/packages.build @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.2 2014/01/24 20:05:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.3 2014/01/26 18:09:58 blueness Exp $ # This file lists extra packages needed to build for # a stage 1 based on this profile. -dev-util/pkgconfig +dev-util/pkgconf sys-apps/attr dev-python/pyxattr |