diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 07:23:04 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-01 11:54:54 +0000 |
commit | 2f02bc7f5785389fb0c0cc36af4373031eab4cdf (patch) | |
tree | b908b39a16bdae91f7ca34966ec0a1e34961c62d /main/gnutls | |
parent | 496474914a5e5e11cc2a88e2db761228a86975c2 (diff) | |
download | aports-2f02bc7f5785389fb0c0cc36af4373031eab4cdf.tar.bz2 aports-2f02bc7f5785389fb0c0cc36af4373031eab4cdf.tar.xz |
main/gnutls: remove workaround for TEXTRELS on x86
Not required anymore since the bug was fixed upstream.
See: https://gitlab.com/gnutls/gnutls/issues/818
Closes !580
Diffstat (limited to 'main/gnutls')
-rw-r--r-- | main/gnutls/APKBUILD | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD index cbbf5504b6..234fc2a618 100644 --- a/main/gnutls/APKBUILD +++ b/main/gnutls/APKBUILD @@ -18,12 +18,6 @@ case $pkgver in esac source="https://www.gnupg.org/ftp/gcrypt/gnutls/v$_v/gnutls-$pkgver.tar.xz" -if [ "$CARCH" = x86 ]; then - # Know bug upstream waiting to be fixed - # https://gitlab.com/gnutls/gnutls/issues/818 - options="$options textrels" -fi - # secfixes: # 3.6.7-r0: # - CVE-2019-3836 |