From c2a91b1ac150e2bf5f73b8782a76ccd83a175c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 31 Dec 2020 23:59:42 +0700 Subject: [PATCH] hitch: stop breaking masterdir --- srcpkgs/hitch/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }