]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gawk: Enable high precision arithmetic support
authorKhem Raj <raj.khem@gmail.com>
Thu, 30 Jan 2025 20:57:01 +0000 (12:57 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Feb 2025 13:22:57 +0000 (13:22 +0000)
This is now required [1] for running glibc tests with
2.41+ release

[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=0feb6da94c435a81699bfeacdc84150098f64025
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/gawk/gawk_5.3.1.bb

index bd72fbf2808e865174d7728fc5723934e42a3c3f..724b561c93f38e1dc4f50a9dc706e9c06ed685de 100644 (file)
@@ -11,7 +11,7 @@ SECTION = "console/utils"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-PACKAGECONFIG ??= "readline"
+PACKAGECONFIG ??= "readline mpfr"
 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
 PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr"