diff options
-rw-r--r-- | meta/recipes-extended/gawk/gawk_5.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gawk/gawk_5.3.1.bb b/meta/recipes-extended/gawk/gawk_5.3.1.bb index bd72fbf280..724b561c93 100644 --- a/meta/recipes-extended/gawk/gawk_5.3.1.bb +++ b/meta/recipes-extended/gawk/gawk_5.3.1.bb | |||
@@ -11,7 +11,7 @@ SECTION = "console/utils" | |||
11 | LICENSE = "GPL-3.0-only" | 11 | LICENSE = "GPL-3.0-only" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "readline" | 14 | PACKAGECONFIG ??= "readline mpfr" |
15 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | 15 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" |
16 | PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr" | 16 | PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr" |
17 | 17 | ||