瀏覽代碼

use $(DISABLE_NLS) instead of --disable-nls

Mike Frysinger 21 年之前
父節點
當前提交
a6409fede4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      make/wget.mk

+ 1 - 1
make/wget.mk

@@ -28,7 +28,7 @@ $(WGET_DIR)/.configured: $(WGET_DIR)/.unpacked
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/ \
 		--disable-ipv6 \
-		--disable-nls \
+		$(DISABLE_NLS) \
 		--without-ssl \
 	);
 	touch $(WGET_DIR)/.configured