summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-02-20 09:58:02 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-03-04 14:18:33 +0000
commit4014f75d44c7fb58f2d43995fad32e6c9787739e (patch)
tree5e366743c8b9780557078b68e08474fd2873dea8
parentd0ecc6cb2bd5a6420e5ddc2bb5e335a285995d26 (diff)
downloaddefinitions-4014f75d44c7fb58f2d43995fad32e6c9787739e.tar.gz
Fix tar to build with acl in foundation stratum.
-rw-r--r--strata/webtools/tar.morph11
1 files changed, 4 insertions, 7 deletions
diff --git a/strata/webtools/tar.morph b/strata/webtools/tar.morph
index 9219abeb..21489ad3 100644
--- a/strata/webtools/tar.morph
+++ b/strata/webtools/tar.morph
@@ -1,10 +1,7 @@
name: tar
kind: chunk
+build-system: autotools
+pre-configure-commands:
+- ./bootstrap --skip-po --paxutils-srcdir=paxutils --gnulib-srcdir=gnulib
configure-commands:
-- bash bootstrap --skip-po
-- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin
- --disable-nls --disable-gcc-warnings
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
+- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-gcc-warnings --without-posix-acls