summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-12 22:56:55 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-25 23:17:42 +0100
commitca4c72d494c9e9b6346fc02f31818294aa18d9b2 (patch)
tree023da0f5141ade072eb4bb4337f39491163d6282
parent2b2fe98a46645f097f7b0f8d6e9a13a9b8e9c253 (diff)
downloaddefinitions-ca4c72d494c9e9b6346fc02f31818294aa18d9b2.tar.gz
strata/core: Update libffi to v3.2.1
-rw-r--r--strata/core.morph7
-rw-r--r--strata/core/libffi.morph8
2 files changed, 4 insertions, 11 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 215d3806..9a82d3fd 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -111,13 +111,14 @@ chunks:
build-depends:
- automake
- name: libffi
- morph: strata/core/libffi.morph
repo: upstream:libffi
- ref: 77d4586cc47e8f4c02278afbc220145bba0d442b
- unpetrify-ref: baserock/morph
+ ref: 20562ac0427c3578250d04c6e34fb0127d4551cf
+ unpetrify-ref: v3.2.1
+ build-system: autotools
build-depends:
- autoconf
- automake
+ - libtool-tarball
- name: sqlite3
repo: upstream:sqlite3
ref: 24adc227bc29cd17e39df097fbca389c7724cd14
diff --git a/strata/core/libffi.morph b/strata/core/libffi.morph
deleted file mode 100644
index 174477af..00000000
--- a/strata/core/libffi.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: libffi
-kind: chunk
-build-system: autotools
-install-commands:
-- make DESTDIR="$DESTDIR"/ install
-- mkdir -p "$DESTDIR"/usr/include
-- cp "$TARGET"/include/ffi.h "$DESTDIR"/usr/include/
-- cp "$TARGET"/include/ffitarget.h "$DESTDIR"/usr/include/