diff --git a/srcpkgs/hitch/template b/srcpkgs/hitch/template index b34b15e16b4..37207973dca 100644 --- a/srcpkgs/hitch/template +++ b/srcpkgs/hitch/template @@ -6,7 +6,7 @@ build_style=gnu-configure configure_args="ac_cv_so_reuseport_works=yes ac_cv_so_tfo=yes" hostmakedepends="pkg-config automake" makedepends="libev-devel libressl-devel" -checkdepends="lsof curl grep" +checkdepends="lsof curl" short_desc="Libev-based high performance SSL/TLS proxy" maintainer="Jannis Christ " license="BSD-2-Clause" @@ -17,6 +17,11 @@ system_accounts="_hitch" CFLAGS="-fcommon" +post_patch() { + vsed -i -e "s/grep -Pq/grep -q/" -e 's/\\t/\t/' \ + src/tests/test32-proxy-authority.sh +} + pre_configure() { autoreconf -fi }