diff options
author | Lei Zhang <zhanglei.april@gmail.com> | 2016-07-27 12:57:30 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-08-15 11:20:10 -0400 |
commit | 1423a309c13d5a59fcfedb022f27dd5443f77fea (patch) | |
tree | d52242fda122cb3ae09c3a09637d741d012940ce /profiles/hardened | |
parent | sys-auth/nss-pam-ldapd: bup (diff) | |
download | gentoo-1423a309c13d5a59fcfedb022f27dd5443f77fea.tar.gz gentoo-1423a309c13d5a59fcfedb022f27dd5443f77fea.tar.bz2 gentoo-1423a309c13d5a59fcfedb022f27dd5443f77fea.zip |
profiles: update package.use.mask on musl
Mask "sanitize" for sys-devel/llvm and "nls" for app-text/dos2unix.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/package.use.mask | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/hardened/linux/musl/package.use.mask b/profiles/hardened/linux/musl/package.use.mask index baca1c8e0cfb..a18653bddab2 100644 --- a/profiles/hardened/linux/musl/package.use.mask +++ b/profiles/hardened/linux/musl/package.use.mask @@ -3,7 +3,10 @@ # $Id$ # See bug #504200 -sys-devel/gcc sanitize +sys-devel/gcc sanitize + +# llvm's sanitizers are also incompatible with musl +sys-devel/llvm sanitize # These cause collisions with <libintl.h> # even with --without-included-gettext |