From: Michael Tremer Date: Sat, 13 Mar 2010 11:38:14 +0000 (+0100) Subject: Enable libffi in some packages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e346f8bc74e3ce32dabee71c01f2dfef60b036c;p=ipfire-3.x.git Enable libffi in some packages. --- diff --git a/pkgs/core/gcc/gcc.nm b/pkgs/core/gcc/gcc.nm index 471f908f6..3ab971ad8 100644 --- a/pkgs/core/gcc/gcc.nm +++ b/pkgs/core/gcc/gcc.nm @@ -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 = diff --git a/pkgs/core/gobject-introspection/gobject-introspection.nm b/pkgs/core/gobject-introspection/gobject-introspection.nm index 854e602e9..955da5cb5 100644 --- a/pkgs/core/gobject-introspection/gobject-introspection.nm +++ b/pkgs/core/gobject-introspection/gobject-introspection.nm @@ -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 \ diff --git a/pkgs/core/python/python.nm b/pkgs/core/python/python.nm index 34eaf7559..c8afcfc35 100644 --- a/pkgs/core/python/python.nm +++ b/pkgs/core/python/python.nm @@ -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 \