svn commit: r309476 - head/include

John Baldwin jhb at freebsd.org
Sun Dec 4 21:45:05 UTC 2016


On Saturday, December 03, 2016 05:29:12 AM Bryan Drewery wrote:
> Author: bdrewery
> Date: Sat Dec  3 05:29:12 2016
> New Revision: 309476
> URL: https://svnweb.freebsd.org/changeset/base/309476
> 
> Log:
>   Create the /usr/lib/include symlink as relative.
>   
>   This ugly code is done to avoid assuming LIBDIR is 2 components
>   deep.
>   
>   Reported by:	jhb

Thanks!

For other folks: this broke the ability to use a DESTDIR installworld as
a --sysroot with a cross-compiler since the cross-compiler would follow
the /usr/include symlink in /usr/lib/include in the sysroot to the host's
/usr/include and end up using the host's headers.

-- 
John Baldwin


More information about the svn-src-head mailing list