Date: Sat, 28 May 2016 16:38:09 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300905 - head/lib/libc++ Message-ID: <201605281638.u4SGc9YG088715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat May 28 16:38:09 2016 New Revision: 300905 URL: https://svnweb.freebsd.org/changeset/base/300905 Log: Use a relative symlink for proper --sysroot support. Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc++/Makefile Modified: head/lib/libc++/Makefile ============================================================================== --- head/lib/libc++/Makefile Sat May 28 16:21:05 2016 (r300904) +++ head/lib/libc++/Makefile Sat May 28 16:38:09 2016 (r300905) @@ -187,7 +187,7 @@ RT_HEADERS= cxxabi.h\ .for hdr in ${STD_HEADERS} STD+= ${HDRDIR}/${hdr} -INCSLINKS+= ${CXXINCLUDEDIR}/${hdr} ${CXXINCLUDEDIR}/tr1/${hdr} +INCSLINKS+= ../${hdr} ${CXXINCLUDEDIR}/tr1/${hdr} .endfor .for hdr in ${RT_HEADERS} STD+= ${_LIBCXXRTDIR}/${hdr}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281638.u4SGc9YG088715>