From b0d52ba04f979188888db4c46df60c043963e4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 9 Jun 2015 20:05:18 +0100 Subject: Update shadow to latest stable (4.2.1) Change-Id: I7947f088ed59948deb68760a03714d722840a00a --- strata/core.morph | 4 ++-- strata/core/shadow.morph | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/strata/core.morph b/strata/core.morph index e5e49bc5..e11c2d04 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -331,8 +331,8 @@ chunks: - name: shadow morph: strata/core/shadow.morph repo: upstream:shadow - ref: 4f5000a45963c2cc2a403ad23e459f20296b29c2 - unpetrify-ref: baserock/4.2 + ref: bfaa59229d61adb7fa0c570f0d94fd324c6e05aa + unpetrify-ref: upstream/4.2.1 build-depends: - autoconf - automake 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" \ -- cgit v1.2.1