From c33e89458f1e926314db1538d8c8b68e7130f61d Mon Sep 17 00:00:00 2001 From: Paper Date: Sat, 2 Jan 2021 12:27:00 +0100 Subject: [PATCH] socat: enable openssl-method --- srcpkgs/socat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template index a163d2099c0..c94b2cf8d88 100644 --- a/srcpkgs/socat/template +++ b/srcpkgs/socat/template @@ -1,9 +1,9 @@ # Template file for 'socat' pkgname=socat version=1.7.3.4 -revision=2 +revision=3 build_style=gnu-configure -configure_args="--disable-libwrap --enable-fips +configure_args="--disable-libwrap --enable-fips --enable-openssl-method ac_cv_have_z_modifier=yes" makedepends="readline-devel libressl-devel" short_desc="Relay for bidirectional data transfer between two independent channels"