all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob e57efe3071f9caa2ad09c35b29d59ffacb39f512 381 bytes (raw)
name: gnu/packages/patches/python-gpg-add-largefile-cflags.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
--- gpg-1.8.0-old/setup.py      2016-11-30 04:41:41.000000000 -0500
+++ gpg-1.8.0/setup.py  2017-01-08 15:13:20.437996702 -0500
@@ -34,6 +34,9 @@
 extra_swig_opts = []
 extra_macros = dict()

+# force largefile support
+extra_macros.update({"_FILE_OFFSET_BITS": 64, "_LARGEFILE_SOURCE": 1})
+
 if os.path.exists("../../src/gpgme-config"):
     # In-tree build.
     in_tree = True

debug log:

solving e57efe307 ...
found e57efe307 in https://yhetil.org/guix/148390975770.27447.2744857101049384652@what/

applying [1/1] https://yhetil.org/guix/148390975770.27447.2744857101049384652@what/
diff --git a/gnu/packages/patches/python-gpg-add-largefile-cflags.patch b/gnu/packages/patches/python-gpg-add-largefile-cflags.patch
new file mode 100644
index 000000000..e57efe307

Checking patch gnu/packages/patches/python-gpg-add-largefile-cflags.patch...
Applied patch gnu/packages/patches/python-gpg-add-largefile-cflags.patch cleanly.

index at:
100644 e57efe3071f9caa2ad09c35b29d59ffacb39f512	gnu/packages/patches/python-gpg-add-largefile-cflags.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.