summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-24 16:43:41 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-25 11:16:08 +0000
commit928315ba4de69079d6be7069816cf1ccf99c1706 (patch)
tree23694ecf8c3287747e171091252083d298df1a05
parent698e4aed71d282e20cf54086034acbbdb2ad61d5 (diff)
downloaddefinitions-928315ba4de69079d6be7069816cf1ccf99c1706.tar.gz
core: Upgrade to latest 'acl' library
There hasn't been a release since v2.2.52, but there are fixes in 'master' which are useful. In particular the build system is now standard Autotools, and it no longer breaks if /lib64 is a symlink to /usr/lib64 (upstream commit cd76644ce9b9814a fixes that).
-rw-r--r--strata/core.morph6
-rw-r--r--strata/core/acl.morph6
2 files changed, 3 insertions, 9 deletions
diff --git a/strata/core.morph b/strata/core.morph
index bcc3994f..8c12c42d 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -299,10 +299,10 @@ chunks:
- libtool
- perl
- name: acl
- morph: strata/core/acl.morph
repo: upstream:acl
- ref: f13e09bd54fd4a501c4952f002ed2752bdd9f93b
- unpetrify-ref: v2.2.52
+ ref: fa5f6835e00c4927cae051328642b2a5a0d8b1c1
+ unpetrify-ref: master
+ build-system: autotools
build-depends:
- autoconf
- automake
diff --git a/strata/core/acl.morph b/strata/core/acl.morph
deleted file mode 100644
index 23f08c1f..00000000
--- a/strata/core/acl.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: acl
-kind: chunk
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install-lib install-dev