gawk: disable mpfr detection
authorTianling Shen <cnsztl@immortalwrt.org>
Thu, 1 Jun 2023 08:05:11 +0000 (16:05 +0800)
committerTianling Shen <cnsztl@immortalwrt.org>
Wed, 7 Jun 2023 04:04:35 +0000 (12:04 +0800)
commit112b237f1454d8c6b249df50f80e97b1204deb92
treed874e077915f1c7a080f07633b6763ffba1d2e4d
parent002cea57c04dc8cc606b49d2f3d6902cfbac75d8
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>
(cherry picked from commit 3d9b6df7d8f4ee52721bbd0693795367d987eb7d)
utils/gawk/Makefile