summaryrefslogtreecommitdiffstats
path: root/crypto/gnutls/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gnutls/PRE_BUILD')
-rwxr-xr-xcrypto/gnutls/PRE_BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/gnutls/PRE_BUILD b/crypto/gnutls/PRE_BUILD
deleted file mode 100755
index 19ad9af3f5..0000000000
--- a/crypto/gnutls/PRE_BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-default_pre_build &&
-
-# Fixes from https://aur.archlinux.org/packages/gnutls2/ for gnutls 2.12
-# May affect other 2.x versions, untested for them
-if [[ "x${GNUTLS_BRANCH}" == "2.12" ]] || [[ "x${GNUTLS_BRANCH}" == "xDEFAULT" ]]
-then
- message "${MESSAGE_COLOR}Enabling insecure gets()...${DEFAULT_COLOR}" &&
- cd "${SOURCE_DIRECTORY}" &&
- patch -p1 < "${SPELL_DIRECTORY}"/gets.patch &&
- message "${MESSAGE_COLOR}Apply x509 patch...${DEFAULT_COLOR}" &&
- patch "${SOURCE_DIRECTORY}"/lib/x509/x509.c "${SPELL_DIRECTORY}"/x509.patch
-fi