diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-09-04 11:46:25 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-09-04 11:46:25 +0300 |
commit | 16cdf4daebdd3823c4642d6cbdd77f19786c7102 (patch) | |
tree | f8028a324bf72862e424a1dfcee895aa5623988a /recipes/libjpeg-turbo.recipe | |
parent | 18173bb0b0ddd21db3e10e984d10a2be3dda8d53 (diff) |
libjpeg-turbo: Run autoreconf to fix build on Android
Diffstat (limited to 'recipes/libjpeg-turbo.recipe')
-rw-r--r-- | recipes/libjpeg-turbo.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libjpeg-turbo.recipe b/recipes/libjpeg-turbo.recipe index 404ce35a..d7a328fe 100644 --- a/recipes/libjpeg-turbo.recipe +++ b/recipes/libjpeg-turbo.recipe @@ -9,6 +9,7 @@ class Recipe(recipe.Recipe): configure_tpl = "%(config-sh)s --prefix=%(prefix)s "\ "--libdir=%(libdir)s %(options)s" configure_options = " --with-jpeg8" + autoreconf = True url = 'http://downloads.sourceforge.net/project/libjpeg-turbo/1.3.1/libjpeg-turbo-1.3.1.tar.gz' files_libs = ['libjpeg','libturbojpeg'] |