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