mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add android-libziparchive.
* gnu/packages/android.scm (android-libziparchive): New variable. * gnu/packages/patches/libziparchive-add-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
This commit is contained in:
parent
b98d447818
commit
16c2be0b42
3 changed files with 42 additions and 1 deletions
10
gnu/packages/patches/libziparchive-add-includes.patch
Normal file
10
gnu/packages/patches/libziparchive-add-includes.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/libziparchive/zip_writer.cc 2018-04-25 22:33:05.472674164 +0200
|
||||
+++ b/libziparchive/zip_writer.cc 2018-04-25 22:33:21.296519518 +0200
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
+#include <cstring>
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <memory>
|
Loading…
Add table
Add a link
Reference in a new issue