[arch-commits] Commit in busybox/trunk (PKGBUILD config)
Eli Schwartz
eschwartz at archlinux.org
Fri May 14 18:36:03 UTC 2021
Date: Friday, May 14, 2021 @ 18:36:03
Author: eschwartz
Revision: 934296
busybox: pass CONFIG_STATIC_LIBGCC
Dunno why it got added in the off state during the latest update. It's probably
harmless given we build statically via musl anyway, but it defaults to on for a
good reason so let's keep it like that in the conf.
This used to be passed regardless (hardcoded in Makefile.flags), but the latest
version added an option for the people who really really don't like it, so they
don't have to use it. Omitting it here wasn't a conscious or principled choice...
Modified:
busybox/trunk/PKGBUILD
busybox/trunk/config
----------+
PKGBUILD | 4 ++--
config | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-14 18:18:46 UTC (rev 934295)
+++ PKGBUILD 2021-05-14 18:36:03 UTC (rev 934296)
@@ -15,10 +15,10 @@
"config")
sha256sums=('12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28'
'SKIP'
- '6dd9c0f03fecb61994ffd9774307a34bcf1af120c0d590eeaba3c9135073221e')
+ '21ce3115a6f3e8e4378bb0769efb8f079392a8639d8d6aae009266248e495e80')
b2sums=('2dce3427ab7703c56cbb3bdc0c93c1fe1c6dc24c5b467b6213b8f9cf55223ec63136b3837970e41293cc3d55d320599945d29a69a4ef8b4b3ab9fb5e2a527632'
'SKIP'
- 'f0fda13da199b358866e5d628dbf0f6a09e306f4624d227f29cc35da148fa77695b4c301fe109c03da2640985a1a6f82ef4b02a2ba3e385e550f2bb27cadee20')
+ '9c14c0f830830f0f5d598198c665047e297c4d17962455b7fd253a51e340ea3757216b965cfbd3a6c03acf7b9429e5ab42f1e0bcfb13e9b5cfe89f49ab45368a')
build() {
cd "$srcdir/$pkgname-$pkgver"
Modified: config
===================================================================
--- config 2021-05-14 18:18:46 UTC (rev 934295)
+++ config 2021-05-14 18:36:03 UTC (rev 934296)
@@ -53,7 +53,7 @@
CONFIG_EXTRA_LDLIBS=""
# CONFIG_USE_PORTABLE_CODE is not set
CONFIG_STACK_OPTIMIZATION_386=y
-# CONFIG_STATIC_LIBGCC is not set
+CONFIG_STATIC_LIBGCC=y
#
# Installation Options ("make install" behavior)
More information about the arch-commits
mailing list