From 6b15e2a63503773bcee5c9fc3e672cbc36cded09 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Mon, 22 Jun 2015 13:10:36 +0100 Subject: Use the --disable-nls option when configuring shadow for OpenWrt --- strata/core/shadow.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/core/shadow.morph b/strata/core/shadow.morph index 6887a6b3..8296e73d 100644 --- a/strata/core/shadow.morph +++ b/strata/core/shadow.morph @@ -2,4 +2,4 @@ name: shadow kind: chunk build-system: autotools configure-commands: -- ./autogen.sh --with-selinux=no --sysconfdir=/etc +- ./autogen.sh --with-selinux=no --sysconfdir=/etc --disable-nls -- cgit v1.2.1