summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-06-22 13:10:36 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2015-06-22 13:16:13 +0100
commit6b15e2a63503773bcee5c9fc3e672cbc36cded09 (patch)
tree61eb45bda734755f0a1b570841624c790f3afdb0
parent505c7825cd441ccdc121c2ee5f4090e5266afad8 (diff)
downloaddefinitions-6b15e2a63503773bcee5c9fc3e672cbc36cded09.tar.gz
Use the --disable-nls option when configuring shadow for OpenWrt
-rw-r--r--strata/core/shadow.morph2
1 files changed, 1 insertions, 1 deletions
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