diff options
Diffstat (limited to 'make/patch.mk')
-rw-r--r-- | make/patch.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/patch.mk b/make/patch.mk index 90ed1ad9d..17fe5176f 100644 --- a/make/patch.mk +++ b/make/patch.mk @@ -36,7 +36,7 @@ $(GNUPATCH_DIR)/.configured: $(GNUPATCH_DIR)/.unpacked --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info \ - --disable-nls \ + $(DISABLE_NLS) \ ); touch $(GNUPATCH_DIR)/.configured |