aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libffi/libffi_3.0.8.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-03-17 15:00:18 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-03-18 19:42:37 +0000
commit50c0b6a8d9f759b94a95caf59e8225db6881e0b6 (patch)
treea2216e35ef4ef9a179fc749a2fb096b4d025c1a2 /recipes/libffi/libffi_3.0.8.bb
parent19c27b7d168d8121ae85d321f68775e8c9076c21 (diff)
downloadopenembedded-50c0b6a8d9f759b94a95caf59e8225db6881e0b6.tar.gz
libffi_3.0.8.bb : add fix for autoconf 2.64+
Diffstat (limited to 'recipes/libffi/libffi_3.0.8.bb')
-rw-r--r--recipes/libffi/libffi_3.0.8.bb3
1 files changed, 2 insertions, 1 deletions
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 \