summaryrefslogtreecommitdiffstats
path: root/app-mozilla
diff options
context:
space:
mode:
authorWolfgang Müller2019-06-03 23:57:23 +0200
committerWolfgang Müller2019-06-08 18:28:30 +0200
commit1480fdf2eb2462973d649cafb8a5f84f7e83240d (patch)
tree74479c2d18c05f997e573696f0e942e2c632611f /app-mozilla
parent3a4eb74c02cf0046a12ea0941833606393747db4 (diff)
downloadportage-roles-1480fdf2eb2462973d649cafb8a5f84f7e83240d.tar.gz
app-mozilla: Configure Firefox and Thunderbird to build with clang
With this change we now build those two applications pretty much exactly like upstream. Additionally, Firefox will be built with LTO enabled.
Diffstat (limited to 'app-mozilla')
-rw-r--r--app-mozilla/package.use/30-app-mozilla5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-mozilla/package.use/30-app-mozilla b/app-mozilla/package.use/30-app-mozilla
index 74e96da..3421e35 100644
--- a/app-mozilla/package.use/30-app-mozilla
+++ b/app-mozilla/package.use/30-app-mozilla
@@ -1,7 +1,8 @@
-mail-client/thunderbird system-jpeg system-libvpx system-harfbuzz system-libevent system-sqlite system-icu
-www-client/firefox system-jpeg system-libvpx system-harfbuzz system-libevent system-sqlite system-icu
+mail-client/thunderbird clang system-jpeg system-libvpx system-harfbuzz system-libevent system-sqlite system-icu
+www-client/firefox clang lto system-jpeg system-libvpx system-harfbuzz system-libevent system-sqlite system-icu
dev-db/sqlite secure-delete
dev-lang/python sqlite
media-libs/libpng apng
media-libs/libvpx postproc
+sys-devel/llvm gold