diff options
Diffstat (limited to 'make/dropbear_sshd.mk')
-rw-r--r-- | make/dropbear_sshd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/dropbear_sshd.mk b/make/dropbear_sshd.mk index 61a50fe90..eb9123528 100644 --- a/make/dropbear_sshd.mk +++ b/make/dropbear_sshd.mk @@ -38,7 +38,7 @@ $(DROPBEAR_SSHD_DIR)/.configured: $(DROPBEAR_SSHD_DIR)/.unpacked --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info \ - --disable-nls \ + $(DISABLE_NLS) \ --with-shared \ ); touch $(DROPBEAR_SSHD_DIR)/.configured |