mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The build-tools step during build32 also needs the -legacy magic.
Approved by: marcel (mentor)
This commit is contained in:
parent
8c2b353ead
commit
ddcc951f59
1 changed files with 2 additions and 0 deletions
|
|
@ -511,6 +511,8 @@ build32:
|
|||
.endfor
|
||||
.for _dir in lib/ncurses/ncurses lib/ncurses/ncursesw lib/libmagic
|
||||
cd ${.CURDIR}/${_dir}; \
|
||||
WORLDTMP=${WORLDTMP} \
|
||||
MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" \
|
||||
MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} SSP_CFLAGS= DESTDIR= \
|
||||
DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF \
|
||||
-DEARLY_BUILD build-tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue