]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools/bc: let getopt() prototype be defined normally
authorMichael Pratt <mcpratt@pm.me>
Tue, 24 Jun 2025 19:35:33 +0000 (15:35 -0400)
committerRobert Marko <robimarko@gmail.com>
Sat, 26 Jul 2025 12:38:07 +0000 (14:38 +0200)
commit346872e7201b79a1f353e2846ab93a71d2357946
treef81c7ed237645d9b7816aad5f552bfb12009ad28
parent46506776e6d28263e21540c99575ea5c5de1c7af
tools/bc: let getopt() prototype be defined normally

Add a patch in order to remove an obsolete workaround
that is currently causing issues on some macOS systems.

Add patch:
 - 000-getopt-prototype.patch

Tested-by: Georgi Valkov <gvalkov@gmail.com> # macOS
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/bc/patches/000-getopt-prototype.patch [new file with mode: 0644]