Commit 6e08223b authored by Łukasz Nowak's avatar Łukasz Nowak

- patch kumofs to provide ipv6 support and fix issue with

   https://github.com/etolabo/kumofs/issues#issue/8


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43902 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2285ec1d
......@@ -15,11 +15,19 @@ recipe = hexagonit.recipe.download
download-only=true
filename = kumo-hooks.py
[kumo-ipv6-multiip-patch-download]
recipe = slapos.recipe.download
url = http://www.nexedi.org/static/patches/kumofs-0.4.13_ipv6support_multiiplistenfix.patch
md5sum = 53af9f1f1375940841c589a6cbe11425
download-only = true
[kumo]
pre-configure-hook = ${kumo-hooks-download:location}/${kumo-hooks-download:filename}:pre_configure_hook
recipe = erp5.recipe.cmmiforcei686
url = https://github.com/downloads/etolabo/kumofs/kumofs-0.4.13.tar.gz
md5sum = 46148e9536222d0ad2ef36777c55714d
patches = ${kumo-ipv6-multiip-patch-download:target}
patch-options = -p1
configure-options =
--with-tokyocabinet=${tokyocabinet:location}
--with-msgpack=${messagepack:location}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment