diff options
| author | Yaakov Selkowitz <yselkowi@redhat.com> | 2018-01-16 15:44:45 -0500 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-01-21 13:30:09 -0500 |
| commit | d0fd0428ecf04b6e0975f91a1a344cc31ce40b8f (patch) | |
| tree | c59605206536702a625913d4fb0b9439861e2590 /scripts | |
| parent | b53688014e33256d4e3c08e89e563974dca98a98 (diff) | |
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 <yselkowi@redhat.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 2ad1cf57a55f..df6469fd3dcc 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
| @@ -206,6 +206,7 @@ always := dochecklxdialog | |||
| 206 | 206 | ||
| 207 | # Add environment specific flags | 207 | # Add environment specific flags |
| 208 | HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS)) | 208 | HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS)) |
| 209 | HOST_EXTRACXXFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCXX) $(HOSTCXXFLAGS)) | ||
| 209 | 210 | ||
| 210 | # generated files seem to need this to find local include files | 211 | # generated files seem to need this to find local include files |
| 211 | HOSTCFLAGS_zconf.lex.o := -I$(src) | 212 | HOSTCFLAGS_zconf.lex.o := -I$(src) |
