mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue