diff options
Diffstat (limited to 'make/mke2fs.mk')
-rw-r--r-- | make/mke2fs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/mke2fs.mk b/make/mke2fs.mk index f6b169717..6168cfaed 100644 --- a/make/mke2fs.mk +++ b/make/mke2fs.mk @@ -41,7 +41,7 @@ $(MKE2FS_DIR)/.configured: $(MKE2FS_DIR)/.unpacked --disable-elf-shlibs --disable-swapfs \ --disable-debugfs --disable-imager \ --disable-resizer --disable-fsck \ - --without-catgets --disable-nls \ + --without-catgets $(DISABLE_NLS) \ ); touch $(MKE2FS_DIR)/.configured |