diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-05 09:38:19 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-05 09:38:54 +0200 |
commit | 52f2a1f098f9068283525a170478d880943663ae (patch) | |
tree | 7a732666688525dc137d54f0c742675119ff951b /recipes/libxml2.recipe | |
parent | 1d3545a8fe7b5401f1e8b7380404017ebd19bd57 (diff) |
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.
Diffstat (limited to 'recipes/libxml2.recipe')
-rw-r--r-- | recipes/libxml2.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
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'], |