mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround of
obsolete +POS sort syntax.
This commit is contained in:
parent
36076c1e7b
commit
55ca7e1fcf
2 changed files with 2 additions and 2 deletions
|
|
@ -318,7 +318,7 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
|
|||
|
||||
curses.h: curses.head MKkey_defs.sh Caps
|
||||
cat curses.head > $@.new
|
||||
AWK=${AWK} sh ${NCURSES}/include/MKkey_defs.sh \
|
||||
AWK=${AWK} _POSIX2_VERSION=199209 sh ${NCURSES}/include/MKkey_defs.sh \
|
||||
${NCURSES}/include/Caps >> $@.new
|
||||
cat ${NCURSES}/include/curses.tail >> $@.new
|
||||
mv -f $@.new $@
|
||||
|
|
|
|||
|
|
@ -318,7 +318,7 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
|
|||
|
||||
curses.h: curses.head MKkey_defs.sh Caps
|
||||
cat curses.head > $@.new
|
||||
AWK=${AWK} sh ${NCURSES}/include/MKkey_defs.sh \
|
||||
AWK=${AWK} _POSIX2_VERSION=199209 sh ${NCURSES}/include/MKkey_defs.sh \
|
||||
${NCURSES}/include/Caps >> $@.new
|
||||
cat ${NCURSES}/include/curses.tail >> $@.new
|
||||
mv -f $@.new $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue