From 3f9b694caff7c312952f6ef7985ba70b5ced2844 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 30 Jul 2021 23:35:51 -0700 Subject: [PATCH] specs: Drop USE=static-libs from installcd This was added in 2011 in commit 1d973914 ("Add static-libs to USE for the installcd-stage1 specs to fix the dev-libs/libgcrypt failure build.") to resolve an unreferenced problem. Reduces the number of packages built for the alpha installcd from 148 to 105, because presumably 43 packages that are already part of the stage3 seed were being rebuilt with USE=static-libs enabled. This is pointless because the livecd-stage2 spec's livecd/rm contains /lib*/*.a and /usr/lib*/*.a, so all the static libraries are being deleted anyway. Signed-off-by: Matt Turner --- releases/specs/alpha/installcd-stage1.spec | 1 - releases/specs/amd64/hardened/admincd-stage1.spec | 1 - releases/specs/amd64/installcd-stage1.spec | 1 - releases/specs/arm64/installcd-stage1.spec | 1 - releases/specs/ia64/installcd-stage1.spec | 1 - releases/specs/ppc/ppc32/installcd-stage1.spec | 1 - releases/specs/ppc/ppc64le/installcd-stage1.spec | 1 - releases/specs/sparc/sparc64/installcd-stage1.spec | 1 - releases/specs/x86/hardened/admincd-stage1-openrc.spec | 1 - releases/specs/x86/i486/installcd-stage1-openrc.spec | 1 - 10 files changed, 10 deletions(-) diff --git a/releases/specs/alpha/installcd-stage1.spec b/releases/specs/alpha/installcd-stage1.spec index 46a2a48e..aeb8857f 100644 --- a/releases/specs/alpha/installcd-stage1.spec +++ b/releases/specs/alpha/installcd-stage1.spec @@ -17,7 +17,6 @@ livecd/use: readline socks5 ssl - static-libs -static unicode xml diff --git a/releases/specs/amd64/hardened/admincd-stage1.spec b/releases/specs/amd64/hardened/admincd-stage1.spec index 4a8d72e8..0e75982b 100644 --- a/releases/specs/amd64/hardened/admincd-stage1.spec +++ b/releases/specs/amd64/hardened/admincd-stage1.spec @@ -25,7 +25,6 @@ livecd/use: readline socks5 ssl - static-libs unicode xml diff --git a/releases/specs/amd64/installcd-stage1.spec b/releases/specs/amd64/installcd-stage1.spec index a9e94257..5a55a3d2 100644 --- a/releases/specs/amd64/installcd-stage1.spec +++ b/releases/specs/amd64/installcd-stage1.spec @@ -23,7 +23,6 @@ livecd/use: readline socks5 ssl - static-libs unicode xml diff --git a/releases/specs/arm64/installcd-stage1.spec b/releases/specs/arm64/installcd-stage1.spec index 8a468c7a..9aa8f8eb 100644 --- a/releases/specs/arm64/installcd-stage1.spec +++ b/releases/specs/arm64/installcd-stage1.spec @@ -23,7 +23,6 @@ livecd/use: readline socks5 ssl - static-libs unicode xml diff --git a/releases/specs/ia64/installcd-stage1.spec b/releases/specs/ia64/installcd-stage1.spec index 3b94506e..4a64294b 100644 --- a/releases/specs/ia64/installcd-stage1.spec +++ b/releases/specs/ia64/installcd-stage1.spec @@ -18,7 +18,6 @@ livecd/use: readline socks5 ssl - static-libs xml livecd/packages: diff --git a/releases/specs/ppc/ppc32/installcd-stage1.spec b/releases/specs/ppc/ppc32/installcd-stage1.spec index 48dfad46..ed789801 100644 --- a/releases/specs/ppc/ppc32/installcd-stage1.spec +++ b/releases/specs/ppc/ppc32/installcd-stage1.spec @@ -21,7 +21,6 @@ livecd/use: readline socks5 ssl - static-libs unicode xml diff --git a/releases/specs/ppc/ppc64le/installcd-stage1.spec b/releases/specs/ppc/ppc64le/installcd-stage1.spec index dea5e731..0458abc7 100644 --- a/releases/specs/ppc/ppc64le/installcd-stage1.spec +++ b/releases/specs/ppc/ppc64le/installcd-stage1.spec @@ -24,7 +24,6 @@ livecd/use: readline socks5 ssl - static-libs symlink unicode xml diff --git a/releases/specs/sparc/sparc64/installcd-stage1.spec b/releases/specs/sparc/sparc64/installcd-stage1.spec index 795df7ea..3557555a 100644 --- a/releases/specs/sparc/sparc64/installcd-stage1.spec +++ b/releases/specs/sparc/sparc64/installcd-stage1.spec @@ -22,7 +22,6 @@ livecd/use: # needs broken dante # socks5 ssl - static-libs unicode xml diff --git a/releases/specs/x86/hardened/admincd-stage1-openrc.spec b/releases/specs/x86/hardened/admincd-stage1-openrc.spec index e38a8ccc..2bd1b73e 100644 --- a/releases/specs/x86/hardened/admincd-stage1-openrc.spec +++ b/releases/specs/x86/hardened/admincd-stage1-openrc.spec @@ -25,7 +25,6 @@ livecd/use: readline socks5 ssl - static-libs unicode xml diff --git a/releases/specs/x86/i486/installcd-stage1-openrc.spec b/releases/specs/x86/i486/installcd-stage1-openrc.spec index 518820c6..a329f203 100644 --- a/releases/specs/x86/i486/installcd-stage1-openrc.spec +++ b/releases/specs/x86/i486/installcd-stage1-openrc.spec @@ -22,7 +22,6 @@ livecd/use: readline socks5 ssl - static-libs unicode xml