nano: Update to 8.4
authorHannu Nyman <redacted>
Sun, 6 Apr 2025 16:57:10 +0000 (19:57 +0300)
committerHannu Nyman <redacted>
Sun, 6 Apr 2025 16:57:10 +0000 (19:57 +0300)
commit3d055f8dfb13ded552fa62e1aa2b008512d70a32
treecd7bd04a1c325fa6384cafebf9dab14aeb0fa101
parentf4a94261435014c15da52b436d7e8856fbf758fe
nano: Update to 8.4

Update nano edit to version 8.4.

Add configure flags to overcome upstream bug 66978, where the newly added
gnulib module for strcasecmp always fails in the configure step when
cross-compiling.
https://savannah.gnu.org/bugs/?66978
https://github.com/coreutils/gnulib/commit/b2927d1b1fa3fb09a2210a3df5691f7d48d6151b

The added flags disable the strcasecmp function from gnulib.
If upstream (gnulib?) fixes things later, the flags should be removed.

Signed-off-by: Hannu Nyman <redacted>
utils/nano/Makefile
git clone https://git.99rst.org/PROJECT