Make byacc actually work when compiled against meslibc

This replaces the previous sed hackery with a proper patch, and removes
a few more libc functions that meslibc is missing.
The binary name is changed to "byacc" so it doesn't get overwritten by
heirloom yacc.

The bsearch() replacement code comes from an earlier version of byacc.
This commit is contained in:
Gábor Stefanik 2024-04-14 20:59:57 +02:00
parent 3970ee7d1a
commit 6567973a04
3 changed files with 175 additions and 11 deletions

View file

@ -1 +1 @@
608651c4836eff7f164a0c6d238337a254fca964677bec76d87f85692ce71b59 /usr/bin/yacc
79ff462e4247dc7316a163124b32c54e6c8cb6d2ff4dfb0c1818799efcc1d8a7 /usr/bin/byacc