Skip to content

Commit d0fd042

Browse files
yselkowitzmasahir0y
authored andcommitted
kconfig: fix make xconfig when gettext is missing
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]>
1 parent b536880 commit d0fd042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/kconfig/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ always := dochecklxdialog
206206

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

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

0 commit comments

Comments
 (0)