mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/diffutils: bump version to 3.12
Release notes: Version 3.12 - https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00005.html Version 3.11 - https://lists.gnu.org/archive/html/info-gnu/2025-02/msg00003.html Fix the following error seen during cross-compilation error by assuming that strcasecmp function is always available. - "configure: error: cannot run test program while cross compiling" Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
992cea79eb
commit
26c4821638
@@ -4,13 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DIFFUTILS_VERSION = 3.10
|
||||
DIFFUTILS_VERSION = 3.12
|
||||
DIFFUTILS_SOURCE = diffutils-$(DIFFUTILS_VERSION).tar.xz
|
||||
DIFFUTILS_SITE = $(BR2_GNU_MIRROR)/diffutils
|
||||
DIFFUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
DIFFUTILS_LICENSE = GPL-3.0+
|
||||
DIFFUTILS_LICENSE_FILES = COPYING
|
||||
DIFFUTILS_CPE_ID_VENDOR = gnu
|
||||
DIFFUTILS_CONF_ENV += gl_cv_func_strcasecmp_works=yes
|
||||
|
||||
# Since glibc >= 2.26, don't try to use getopt_long replacement bundled
|
||||
# with diffutils. It will conflict with the one from glibc.
|
||||
|
||||
Reference in New Issue
Block a user