Fix build error due to giflib build changes 64/223764/1
authorjiyong.min <jiyong.min@samsung.com>
Tue, 4 Feb 2020 00:50:13 +0000 (09:50 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Tue, 4 Feb 2020 00:55:42 +0000 (09:55 +0900)
commit3824c1fec1ba14ec876157caba691be8bd3f9b14
tree4598c5e8db0f25ffc2514f045a846d6081959e3d
parent229578e817dd34e717095e66777ce61c58192c98
Fix build error due to giflib build changes

  - Autoconf was removed and replaced to Makefile with script

  - Changes build for tizen
   1. change in Makefile
  The static library(.a) was commented out.

   2. change in spec
  make libgif.so libutil.so
  : build libraries

  install install-lib install-include install-bin
  : install library, header and utility tools

  install and rename libutil.so to libgifutil.so due to confict name with glib.c
  : The libutil.so was added for deprecated function 'GifQuantizeBuffer'.
    It will be removed since giflib 5.2.0.

Change-Id: Iab75711144a50fbaec4ce15cfb6e9c3f74b7a59d
Makefile
packaging/giflib.spec