Page MenuHomeFreeBSD

Install strings unconditionally
ClosedPublic

Authored by emaste on Oct 31 2016, 1:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 11, 10:59 PM
Unknown Object (File)
Jan 13 2024, 10:14 PM
Unknown Object (File)
Dec 30 2023, 11:15 PM
Unknown Object (File)
Nov 14 2023, 3:07 PM
Unknown Object (File)
Oct 12 2023, 9:42 AM
Unknown Object (File)
Aug 25 2023, 6:28 PM
Unknown Object (File)
Aug 18 2023, 3:02 PM
Unknown Object (File)
Jul 27 2023, 3:02 PM
Subscribers
None

Details

Summary

Previously it was enabled by WITH_/WITHOUT_TOOLCHAIN, but is commonly expected to be available and has some non-toolchain consumers (see PR 213665 for example).

strings is (now) taken from the ELF Tool Chain project and is BSD licensed so just install it unconditionally.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to Install strings unconditionally.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: bdrewery, des.
lib/Makefile
45 ↗(On Diff #21833)

note that libelftc is about a dozen small C files; compiling it unconditionally should be no problem

bdrewery added inline comments.
lib/Makefile
138 ↗(On Diff #21833)

whitespace

This revision is now accepted and ready to land.Oct 27 2017, 12:39 AM
lib/Makefile
138 ↗(On Diff #21833)

This is just Phabricator misrendering; libpe is lined up under libdevdctl (as was libelftc previously)

This revision was automatically updated to reflect the committed changes.