diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-08-24 22:13:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-08-24 23:25:39 +0200 |
commit | 2cb81e1ebedc49a5af549d1bcd520add38d9062d (patch) | |
tree | 751db051c484dc2d71c80dc8bf09b856fb899050 /gnu/local.mk | |
parent | 0908f93149dd97702ba638701724ac9177cca80b (diff) |
gnu: libextractor: Adapt to exiv2 0.27.
This fixes a compilation error.
* gnu/packages/patches/libextractor-exiv2.patch: New file.
* gnu/packages/gnunet.scm (libextractor)[sources]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index aab29beb0a..8b1b5ce6b4 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1016,6 +1016,7 @@ dist_patch_DATA = \ %D%/packages/patches/libexif-CVE-2016-6328.patch \ %D%/packages/patches/libexif-CVE-2017-7544.patch \ %D%/packages/patches/libexif-CVE-2018-20030.patch \ + %D%/packages/patches/libextractor-exiv2.patch \ %D%/packages/patches/libgcrypt-make-yat2m-reproducible.patch \ %D%/packages/patches/libgit2-avoid-python.patch \ %D%/packages/patches/libgit2-mtime-0.patch \ |