grub-dev: minilzo

 
 5.3 minilzo
 ===========
 
 miniLZO is a very lightweight subset of the LZO library intended for
 easy inclusion in other projects.  It is generated automatically from
 the LZO source code and contains the most important LZO functions.
 
    To upgrade to a new version of the miniLZO library, download the
 release tarball and copy the files into the target directory:
 
      curl -L -O http://www.oberhumer.com/opensource/lzo/download/minilzo-2.10.tar.gz
      tar -zxf minilzo-2.10.tar.gz
      rm minilzo-2.10/testmini.c
      rm -r grub-core/lib/minilzo/*
      cp minilzo-2.10/*.[hc] grub-core/lib/minilzo
      rm -r minilzo-2.10*