diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-10-02 16:39:04 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-10-02 16:39:04 +0200 |
commit | d300328a759c8ce42de92e71ec98545afe36b060 (patch) | |
tree | 3bf8b3c509ac007588b7dac4c6d04b4ac3724e83 /recipes/lame.recipe | |
parent | 249a2340d401b1de62e3ec488032dbfad3b27a1a (diff) |
recipes/lame: Force autoreconf
Requires fixing up configure.ac/Makefile.am to not use stuff from
the 1980s.
https://bugzilla.gnome.org/show_bug.cgi?id=737651
Diffstat (limited to 'recipes/lame.recipe')
-rw-r--r-- | recipes/lame.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/lame.recipe b/recipes/lame.recipe index 3685bb41..b02c27f2 100644 --- a/recipes/lame.recipe +++ b/recipes/lame.recipe @@ -5,6 +5,8 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL configure_options = ' --enable-static --disable-frontend --disable-decoder' url = 'http://switch.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz' + autoreconf = True + patches = ['lame/0001-Make-lame-work-with-auto-1.12.patch'] files_libs = ['libmp3lame'] files_bins = ['lame'] |