sys-freebsd/freebsd-lib: set RPCDIR to include_proper when pre-installing headers

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2016-03-01 11:04:37 +01:00
parent 5ddc0c15d8
commit 2c2968cde0

View File

@@ -328,6 +328,7 @@ do_bootstrap() {
CTARGET="${CHOST}" install_includes "/include_proper_${ABI}"
CFLAGS="${CFLAGS} -isystem ${WORKDIR}/include_proper_${ABI}"
CXXFLAGS="${CXXFLAGS} -isystem ${WORKDIR}/include_proper_${ABI}"
mymakeopts="${mymakeopts} RPCDIR=${WORKDIR}/include_proper_${ABI}/rpcsvc"
fi
bootstrap_csu
bootstrap_libssp_nonshared