Add FLEX to the configure env, from Lloyd Parkes on tech-toolchain.
Some configure scripts seem to need both LEX and FLEX.
This commit is contained in:
parent
f1c81f6829
commit
bbde9f9ded
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.gnuhost,v 1.48 2018/04/17 10:08:54 maya Exp $
|
||||
# $NetBSD: Makefile.gnuhost,v 1.49 2018/10/14 10:23:32 martin Exp $
|
||||
#
|
||||
# Rules used when building a GNU host package. Expects MODULE to be set.
|
||||
#
|
||||
|
@ -62,6 +62,7 @@ CONFIGURE_ENV+= \
|
|||
INSTALL=${HOST_INSTALL_FILE:Q} \
|
||||
LDFLAGS=${HOST_LDFLAGS:Q} \
|
||||
LEX=${LEX:Q} \
|
||||
FLEX=${LEX:Q} \
|
||||
M4=${TOOL_M4:Q} \
|
||||
MAKE=${MAKE_PROGRAM:Q} \
|
||||
PATH="${TOOLDIR}/bin:$$PATH" \
|
||||
|
|
Loading…
Reference in New Issue