Skip to content

Commit

Permalink
kconfig: fix make xconfig when gettext is missing
Browse files Browse the repository at this point in the history
The C-based config programs are properly guarded from a missing (or,
currently, external) libintl.h by the HOST_EXTRACFLAGS check, but
this does not help the C++-based qconf.

Signed-off-by: Yaakov Selkowitz <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
yselkowitz authored and masahir0y committed Jan 21, 2018
1 parent b536880 commit d0fd042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ always := dochecklxdialog

# Add environment specific flags
HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS))
HOST_EXTRACXXFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCXX) $(HOSTCXXFLAGS))

# generated files seem to need this to find local include files
HOSTCFLAGS_zconf.lex.o := -I$(src)
Expand Down

0 comments on commit d0fd042

Please sign in to comment.