Page MenuHomeFreeBSD

shells/bash: fix static build
ClosedPublic

Authored by des on Oct 1 2022, 9:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 7:19 AM
Unknown Object (File)
Sat, Apr 27, 7:19 AM
Unknown Object (File)
Sat, Apr 27, 7:18 AM
Unknown Object (File)
Sat, Apr 27, 5:11 AM
Unknown Object (File)
Mon, Apr 22, 9:30 AM
Unknown Object (File)
Apr 11 2024, 3:51 PM
Unknown Object (File)
Apr 2 2024, 7:06 PM
Unknown Object (File)
Mar 21 2024, 11:56 PM
Subscribers

Details

Summary

The logic in m4/strtoimax.m4 is inverted: it replaces strtoimax() if and only if it is present and functional.

files/patch-m4_strtoimax.m4 should be submitted upstream by someone with a higher tolerance for GNU nonsense than me.

files/patch-configure avoids having to run autoreconf in the port and can be removed once the fix has been adopted upstream.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Oct 1 2022, 9:25 AM

LGTM, thanks @des. I'll try to upstream the patch.

This revision is now accepted and ready to land.Oct 1 2022, 10:18 AM
This revision was automatically updated to reflect the committed changes.