aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/giflib-make-reallocarray-private.patch
Commit message (Collapse)AuthorAge
* gnu: giflib: Update to 5.2.1.Marius Bakke2019-12-05
| | | | | | | | | | * gnu/packages/patches/giflib-make-reallocarray-private.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (giflib): Update to 5.2.1. [source](uri): Adjust for new file name. [source](patches): Remove. [inputs]: Remove, as they were already unused. [arguments]: Add #:make-flags. Adjust substitution. Delete configure phase.
* gnu: giflib: Make "reallocarray" private, solve glibc@2.26 conflict.Hartmut Goebel2018-03-08
Rename the function and move the declaration from gif_lib.h to gif_lib_private.h to solve conflicts when some .c-file #includes both stdlib.h and gif_lib.h. See also https://sourceforge.net/p/giflib/bugs/110/ * gnu/packages/patches/giflib-make-reallocarray-private.patch: New file * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/image.scm(giflib)[source](patches): New field.