summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-15 19:02:39 -0500
committerJames P. Harvey2019-02-21 20:08:07 -0500
commite541642f571f6f961e4e1aa605610f5e3d512f70 (patch)
treef7d2bd5df7c56473660d82cbf296c71476e8447f
parent7c21b05c46c04fb17079b5e0dc347275b267e79b (diff)
downloadaur-e541642f571f6f961e4e1aa605610f5e3d512f70.tar.gz
Re-enable tls13 support. This was disabled in 4.0.2-1 due to a compilation error, which upstream fixed in 4.0.4. See https://jira.mongodb.org/browse/SERVER-37135
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecdbda107925..f63d0840a12c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,11 +49,6 @@ _scons_args=(
--use-system-tcmalloc # in gperftools
)
-prepare() {
- # Broken tls13 support, removing to fix build
- sed -i "/counts.tls13/d" "${srcdir}/${pkgname}-src-r${pkgver}/src/mongo/util/net/ssl_manager_openssl.cpp"
-}
-
build() {
cd "${srcdir}/${pkgname}-src-r${pkgver}"