diff --git a/component/apache/buildout.cfg b/component/apache/buildout.cfg index 6e1fe12598039fd84777ded94350a5e599375e58..166a158ae63d7de87b534b315dc30d9a856b5e41 100644 --- a/component/apache/buildout.cfg +++ b/component/apache/buildout.cfg @@ -110,6 +110,7 @@ patches = depends = ${apache:version} ${apache:revision} + ${gdbm:version} ${mod_antiloris-apache-2.4.patch:md5sum} configure-command = ${apache:location}/bin/apxs configure-options = -c mod_antiloris.c diff --git a/component/gdbm/buildout.cfg b/component/gdbm/buildout.cfg index 04cf1745689eb43f56cf315fb2989a9d50fd1690..34ac267c8d1639b3070161258065d63fc7414c02 100644 --- a/component/gdbm/buildout.cfg +++ b/component/gdbm/buildout.cfg @@ -4,9 +4,9 @@ parts = [gdbm] recipe = slapos.recipe.cmmi -version = 1.10 +version = 1.11 url = ftp://ftp.gnu.org/gnu/gdbm/gdbm-${:version}.tar.gz -md5sum = 88770493c2559dc80b561293e39d3570 +md5sum = 72c832680cf0999caedbe5b265c8c1bd configure-options = --disable-static --enable-libgdbm-compat