gawk: disable mpfr detection
authorTianling Shen <cnsztl@immortalwrt.org>
Thu, 1 Jun 2023 08:05:11 +0000 (16:05 +0800)
committerRosen Penev <rosenp@gmail.com>
Tue, 6 Jun 2023 16:51:12 +0000 (19:51 +0300)
commit3d9b6df7d8f4ee52721bbd0693795367d987eb7d
tree65b54f25e055ffacfec9a6a36df6606c02c788c3
parent58719c0aa4f33dc8eae83b98daff501835904662
gawk: disable mpfr detection

Disable mpfr detection to fix a build error due to (unncessary)
missing dependency:

```
Package gawk is missing dependencies for the following libraries:
libgmp.so.10
libmpfr.so.6
```

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
utils/gawk/Makefile