summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2013-01-22 11:44:36 -0300
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-02-22 22:22:38 +0100
commitcc0a29e6e5202387fb8993d6320a90feaf55ec09 (patch)
treefe5e01517c03862a826811e27debcdb1d8dc7be4
parent8246d05a3aeda7debd7a5177afe9cfd38eeaef14 (diff)
Bump libffi version to 3.0.11
+ avoid reconfigure to be called as it breaks configure
-rw-r--r--recipes/libffi.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libffi.recipe b/recipes/libffi.recipe
index 842d50a..f47d445 100644
--- a/recipes/libffi.recipe
+++ b/recipes/libffi.recipe
@@ -3,12 +3,12 @@
class Recipe(recipe.Recipe):
name = 'libffi'
- version = '3.0.10'
+ version = '3.0.11'
licenses = [License.BSD_like]
autoreconf = True
files_libs = ['libffi']
- files_devel = ['lib/libffi-3.0.10', 'lib/pkgconfig/libffi.pc']
+ files_devel = ['lib/libffi-3.0.11', 'lib/pkgconfig/libffi.pc']
def prepare(self):
if self.config.target_platform == Platform.DARWIN: