From 50c0b6a8d9f759b94a95caf59e8225db6881e0b6 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 17 Mar 2010 15:00:18 +0000 Subject: libffi_3.0.8.bb : add fix for autoconf 2.64+ --- recipes/libffi/libffi_3.0.8.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/libffi/libffi_3.0.8.bb') diff --git a/recipes/libffi/libffi_3.0.8.bb b/recipes/libffi/libffi_3.0.8.bb index d24e9715d4..adde932bbe 100644 --- a/recipes/libffi/libffi_3.0.8.bb +++ b/recipes/libffi/libffi_3.0.8.bb @@ -24,7 +24,8 @@ FILES_${PN}-dev = "${includedir}/${TARGET_SYS}/ffi* \ ${libdir}/pkgconfig \ " -SRC_URI = "ftp://sourceware.org/pub/libffi/${P}.tar.gz" +SRC_URI = "ftp://sourceware.org/pub/libffi/${P}.tar.gz \ + file://autoconf-2.64.patch;patch=1" EXTRA_OECONF = "--with-gnu-ld \ --enable-shared \ -- cgit 1.2.3-korg