From 52f2a1f098f9068283525a170478d880943663ae Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 5 Apr 2013 09:38:19 +0200 Subject: libxml2: Set autoreconf=True There are many reported issues of timestamp problems inside libxml2, that cause autotools files to be regenerated and libtool to explode. --- recipes/libxml2.recipe | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/libxml2.recipe') diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe index 3ef8bb83..f83be873 100644 --- a/recipes/libxml2.recipe +++ b/recipes/libxml2.recipe @@ -6,6 +6,7 @@ class Recipe(recipe.Recipe): version = '2.8.0' licenses = [License.MIT] deps = [ 'zlib' ] + autoreconf = True platform_deps = { Platform.WINDOWS: ['libiconv'], Platform.ANDROID: ['libiconv'], -- cgit v1.2.3