summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gobject-introspection/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py
index 28b2db804c..511ba07a50 100644
--- a/var/spack/repos/builtin/packages/gobject-introspection/package.py
+++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py
@@ -27,6 +27,9 @@ class GobjectIntrospection(Package):
depends_on("bison", type="build")
depends_on("flex", type="build")
depends_on("pkgconfig", type="build")
+ depends_on('libffi')
+ # https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/283
+ depends_on('libffi@:3.3', when='@:1.70') # libffi 3.4 caused seg faults
# GobjectIntrospection does not build with sed from darwin:
depends_on('sed', when='platform=darwin', type='build')