Page MenuHomeFreeBSD

Fix build with LOCALBASE is not /usr/local.
ClosedPublic

Authored by bdrewery on May 22 2017, 5:26 PM.
Tags
None
Referenced Files
F151343888: D10859.id.diff
Tue, Apr 7, 6:18 PM
F151324607: D10859.id.diff
Tue, Apr 7, 2:55 PM
F151323372: D10859.id28683.diff
Tue, Apr 7, 2:42 PM
F151283436: D10859.id.diff
Tue, Apr 7, 7:52 AM
F151283360: D10859.diff
Tue, Apr 7, 7:51 AM
Unknown Object (File)
Fri, Apr 3, 6:52 AM
Unknown Object (File)
Wed, Apr 1, 7:51 PM
Unknown Object (File)
Sat, Mar 28, 4:54 AM
Subscribers

Details

Test Plan

Built llvm40 with a different PREFIX + LOCALBASE. It failed
before since it was using -I/usr/local/include and -L/usr/local/lib
rather than my supplied LOCALBASE (where existing headers/libs are).

Diff Detail

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

Event Timeline

Do we need a version bump or are people with non-default PREFIX values on their own?

This revision is now accepted and ready to land.May 22 2017, 5:34 PM

Do we need a version bump or are people with non-default PREFIX values on their own?

Since it is a build fix, no revision bump is needed. It would not build otherwise. It's also a rare thing for people to do this, but still proper to support it.

This revision was automatically updated to reflect the committed changes.