[packages/busybox] Drop CONFIG_EXTRA_LDLIBS from here as only first matters (so echo CONFIG_EXTRA_LDLIBS='xx' > .config

arekm arekm at pld-linux.org
Wed Jun 15 11:03:22 CEST 2022


commit dae0234ac747f35f4e18dc7fab1554d331627f09
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jun 15 11:02:11 2022 +0200

    Drop CONFIG_EXTRA_LDLIBS from here as only first matters (so echo CONFIG_EXTRA_LDLIBS='xx' > .config from spec won't override it).

 busybox-initrd.config | 1 -
 busybox.config        | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/busybox-initrd.config b/busybox-initrd.config
index 86aaf90..9fd2aa8 100644
--- a/busybox-initrd.config
+++ b/busybox-initrd.config
@@ -61,7 +61,6 @@ CONFIG_CROSS_COMPILER_PREFIX=""
 CONFIG_SYSROOT=""
 CONFIG_EXTRA_CFLAGS=""
 CONFIG_EXTRA_LDFLAGS=""
-CONFIG_EXTRA_LDLIBS=""
 
 #
 # Debugging Options
diff --git a/busybox.config b/busybox.config
index 7a51807..6d13500 100644
--- a/busybox.config
+++ b/busybox.config
@@ -66,7 +66,6 @@ CONFIG_CROSS_COMPILER_PREFIX=""
 CONFIG_SYSROOT=""
 CONFIG_EXTRA_CFLAGS=""
 CONFIG_EXTRA_LDFLAGS=""
-CONFIG_EXTRA_LDLIBS=""
 
 #
 # Debugging Options
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/busybox.git/commitdiff/b36f29571b2faccbdf91466d411ca9b26b187e6e



More information about the pld-cvs-commit mailing list