]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Enable libffi in some packages.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Mar 2010 11:38:14 +0000 (12:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Mar 2010 11:38:14 +0000 (12:38 +0100)
pkgs/core/gcc/gcc.nm
pkgs/core/gobject-introspection/gobject-introspection.nm
pkgs/core/python/python.nm

index 471f908f668eac11291013f6a8c588c54f313a7d..3ab971ad8713ff3be0f146006bba800143f5d417 100644 (file)
@@ -40,7 +40,7 @@ define PKG_DESCRIPTION
 endef
 
 PKG_BUILD_DEPS =
-PKG_DEPS      += binutils glibc gmp kernel-headers mpfr
+PKG_DEPS      += binutils glibc gmp kernel-headers libffi mpfr
 
 CFLAGS         = -D__USE_XOPEN2K8 -pipe
 CXXFLAGS       =
index 854e602e9c55fd1d09b196f9d50a830dce505dbf..955da5cb5f682968d4f07449efc63940ae098358 100644 (file)
@@ -35,7 +35,7 @@ PKG_LICENSE    = GPLv2+, LGPLv2+, MIT
 PKG_SUMMARY    = Introspection system for GObject-based libraries.
 
 PKG_BUILD_DEPS+= bison flex pkg-config
-PKG_DEPS      += glib2 libtool python
+PKG_DEPS      += glib2 libffi libtool python
 
 define PKG_DESCRIPTION
        GObject Introspection can scan C header and source files in order \
index 34eaf755991b8ddaa0abbcc71529573e34302e6b..c8afcfc350ba34c5f29eab8c201d437a3f41be5b 100644 (file)
@@ -35,7 +35,7 @@ PKG_LICENSE    = Python
 PKG_SUMMARY    = An interpreted, interactive, object-oriented programming language.
 
 PKG_BUILD_DEPS+= autoconf automake
-PKG_DEPS      += bzip2 db expat gdbm gmp ncurses openssl pkg-config readline tar zlib
+PKG_DEPS      += bzip2 db expat gdbm gmp libffi ncurses openssl pkg-config readline tar zlib
 
 define PKG_DESCRIPTION
        Python is an interpreted, interactive, object-oriented programming \