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, Feb 8, 4:55 AM
Unknown Object (File)
Tue, Feb 4, 11:39 AM
Unknown Object (File)
Tue, Feb 4, 8:40 AM
Unknown Object (File)
Sep 25 2024, 7:28 AM
Unknown Object (File)
Sep 24 2024, 8:42 PM
Unknown Object (File)
Sep 22 2024, 3:09 AM
Unknown Object (File)
Sep 21 2024, 3:41 AM
Unknown Object (File)
Sep 20 2024, 5:33 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
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.