On Thu, Dec 24, 2009 at 09:59:14AM +0100, Benoit Chesneau wrote: > I try to force download of bzip2 rather than the tar.gz by using > USE_BZIP2=Yes in the Makefile but it still fetch the tar.gz.
Set EXTRACT_SUFX = .tar.bz2. USE_BZIP2 isn't used any longer.
