Explorar el Código

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

Mike Frysinger hace 21 años
padre
commit
a6409fede4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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