summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-06-09 20:05:18 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-06-16 16:33:27 +0000
commitb0d52ba04f979188888db4c46df60c043963e4d9 (patch)
tree5935746770c4fc1200350c04736c2372be910fdf /strata/core
parentf7bb17122160fd7f4e02d0a3a40496e8db2dcb9c (diff)
downloaddefinitions-b0d52ba04f979188888db4c46df60c043963e4d9.tar.gz
Update shadow to latest stable (4.2.1)
Change-Id: I7947f088ed59948deb68760a03714d722840a00a
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/shadow.morph4
1 files changed, 3 insertions, 1 deletions
diff --git a/strata/core/shadow.morph b/strata/core/shadow.morph
index c8715a7d..cdb1ff75 100644
--- a/strata/core/shadow.morph
+++ b/strata/core/shadow.morph
@@ -1,10 +1,12 @@
name: shadow
kind: chunk
build-system: autotools
+pre-configure-commands:
+- autoreconf -vfi
configure-commands:
# Installing to /bin so that they overwrite busybox login.
- |
- ./autogen.sh --with-selinux=no \
+ ./configure --with-selinux=no \
--sysconfdir=/etc \
--with-libpam=yes \
--prefix="$PREFIX" \