Commit 86a5ebba authored by Julien Muchembled's avatar Julien Muchembled

fixup! version up: gnutls 3.5.13 and dependencies

parent b85bbe83
...@@ -10,17 +10,19 @@ parts = gnutls ...@@ -10,17 +10,19 @@ parts = gnutls
[gpg-common] [gpg-common]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.gnupg.org/ftp/gcrypt/${:_buildout_section_name_}/${:_buildout_section_name_}-${:version}.tar.bz2 url = http://www.gnupg.org/ftp/gcrypt/${:_buildout_section_name_}/${:_buildout_section_name_}-${:version}.tar.bz2
configure-options = # we'd like to combine <= and +=
configure-options = ${:configure-options-extra}
--enable-option-checking=fatal --enable-option-checking=fatal
--disable-dependency-tracking --disable-dependency-tracking
environment = environment = ${:environment-extra}
PATH=${gettext:location}/bin:%(PATH)s PATH=${gettext:location}/bin:%(PATH)s
environment-extra =
[libgpg-error] [libgpg-error]
<= gpg-common <= gpg-common
version = 1.27 version = 1.27
md5sum = 5217ef3e76a7275a2a3b569a12ddc989 md5sum = 5217ef3e76a7275a2a3b569a12ddc989
configure-options += configure-options-extra =
--disable-doc --disable-doc
--disable-tests --disable-tests
...@@ -28,18 +30,17 @@ configure-options += ...@@ -28,18 +30,17 @@ configure-options +=
<= gpg-common <= gpg-common
version = 1.7.7 version = 1.7.7
md5sum = d1769481b1b506a632fd66c5e5f62e41 md5sum = d1769481b1b506a632fd66c5e5f62e41
configure-options += configure-options-extra =
--disable-doc
configure-options +=
--with-gpg-error-prefix=${libgpg-error:location} --with-gpg-error-prefix=${libgpg-error:location}
environment += --disable-doc
environment-extra =
LDFLAGS=-Wl,-rpath=${libgpg-error:location}/lib LDFLAGS=-Wl,-rpath=${libgpg-error:location}/lib
[gnutls] [gnutls]
<= gpg-common <= gpg-common
url = http://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/gnutls-3.5.13.tar.xz url = http://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/gnutls-3.5.13.tar.xz
md5sum = 4fd41ad86572933c2379b4cc321a0959 md5sum = 4fd41ad86572933c2379b4cc321a0959
configure-options += configure-options-extra =
--disable-doc --disable-doc
--disable-static --disable-static
--disable-libdane --disable-libdane
......
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