Race in 32-bit fixed
Use install insteald of install.sh for 32-bit builds to fight races there. Reviewed by: markj
This commit is contained in:
parent
9ef9175912
commit
7eb9f7558c
@ -10,7 +10,7 @@ __<${_this:T}>__:
|
||||
|
||||
# Yes, the flags are redundant.
|
||||
LIBCOMPATWMAKEENV+= \
|
||||
INSTALL="sh ${.CURDIR}/tools/install.sh" \
|
||||
INSTALL="${INSTALL_CMD} -U" \
|
||||
PATH=${TMPPATH} \
|
||||
SYSROOT=${LIBCOMPATTMP} \
|
||||
LIBDIR=/usr/lib${libcompat} \
|
||||
|
Loading…
Reference in New Issue
Block a user