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)
Sun, May 26, 1:25 PM
Unknown Object (File)
Sun, May 26, 1:25 PM
Unknown Object (File)
Sun, May 26, 1:25 PM
Unknown Object (File)
Sun, May 26, 1:08 PM
Unknown Object (File)
Apr 27 2024, 7:19 AM
Unknown Object (File)
Apr 27 2024, 7:19 AM
Unknown Object (File)
Apr 27 2024, 7:18 AM
Unknown Object (File)
Apr 27 2024, 5:11 AM
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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 47666
Build 44553: arc lint + arc unit

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.