diff options
author | Andrew Miloradovsky <andrew@interpretmath.pw> | 2019-11-28 11:06:29 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-08 00:47:26 +0100 |
commit | 327bfe8db93d348e95e4d722e4fd2e8d61e104d5 (patch) | |
tree | 9d420adfe49b361531084baaf903b76f7ce528bf /gnu/local.mk | |
parent | a1d7920861a8d6c6774149eaf939eb2636942090 (diff) | |
download | patches-327bfe8db93d348e95e4d722e4fd2e8d61e104d5.tar patches-327bfe8db93d348e95e4d722e4fd2e8d61e104d5.tar.gz |
gnu: glusterfs: Update to 7.0
* gnu/packages/file-systems.scm (glusterfs): Update to 7.0.
[source]: Update URL.
[arguments]: Add "PYTHON=" and"--enable-cmocka" configure flags.
Remove 'replace-config.sub and 'fix-lex phases. Add 'autogen.
[native-inputs]: Add libtirpc, rpcsvc-proto, autoconf, automake, and
libtool.
[inputs]: Add fuse, libaio, and rdma-core. Remove lvm2 and sqlite.
* gnu/packages/patches/glusterfs-use-PATH-instead-of-hardcodes.patch:
Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b2938e878b..1c7386a95a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -924,7 +924,6 @@ dist_patch_DATA = \ %D%/packages/patches/glibc-2.28-supported-locales.patch \ %D%/packages/patches/glibc-supported-locales.patch \ %D%/packages/patches/glm-restore-install-target.patch \ - %D%/packages/patches/glusterfs-use-PATH-instead-of-hardcodes.patch \ %D%/packages/patches/gmp-arm-asm-nothumb.patch \ %D%/packages/patches/gmp-faulty-test.patch \ %D%/packages/patches/gnome-shell-theme.patch \ |