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-13 13:31:31 +0100
commit25e821e97e67ba868d6032aa491bf31c18e0af04 (patch)
tree20bff5857ba17810e285a3ff41c21ac0663f662a
parent80869cec44c3a3bec90c21c5bc62e42dabc59d14 (diff)
downloaddefinitions-25e821e97e67ba868d6032aa491bf31c18e0af04.tar.gz
strata/core: Update libffi to v3.2.1
-rw-r--r--strata/core.morph6
-rw-r--r--strata/core/libffi.morph8
2 files changed, 3 insertions, 11 deletions
diff --git a/strata/core.morph b/strata/core.morph
index d9defc76..67a70ca6 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -111,10 +111,10 @@ 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
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/