diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-10-29 17:15:49 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-11-02 15:58:45 +0100 |
commit | 349bb6e663c86bf2f46e60203ca2867c579e0a72 (patch) | |
tree | eba5a4013575ebcb87980ae6941a19fa78155b27 /scripts | |
parent | 96eb96c3f064b07a926a3ac141ea5d1243f1d508 (diff) | |
download | upstream-349bb6e663c86bf2f46e60203ca2867c579e0a72.tar.gz upstream-349bb6e663c86bf2f46e60203ca2867c579e0a72.tar.bz2 upstream-349bb6e663c86bf2f46e60203ca2867c579e0a72.zip |
scripts/config: add -DKBUILD_NO_NLS to CXXFLAGS
Preparation for adding C++ code which needs the same flag
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config/Makefile b/scripts/config/Makefile index 3de98082b5..60e1bbdcb4 100644 --- a/scripts/config/Makefile +++ b/scripts/config/Makefile @@ -16,6 +16,7 @@ check_lxdialog = $(shell $(SHELL) $(CURDIR)/lxdialog/check-lxdialog.sh -$(1)) export CFLAGS += -DKBUILD_NO_NLS -I. $(call check_lxdialog,ccflags) +export CXXFLAGS += -DKBUILD_NO_NLS conf-objs := conf.o zconf.tab.o mconf-objs := mconf.o zconf.tab.o |