From 99f96284a4e64ca2ca5b5e6fd225f1f81434e582 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 11 Nov 2016 17:52:24 +0000 Subject: [PATCH] hitch: fix cross build --- srcpkgs/hitch/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/hitch/template b/srcpkgs/hitch/template index 72e7839f83..8957d03a20 100644 --- a/srcpkgs/hitch/template +++ b/srcpkgs/hitch/template @@ -3,6 +3,7 @@ pkgname=hitch version=1.4.2 revision=1 build_style=gnu-configure +configure_args="ac_cv_so_reuseport_works=yes" hostmakedepends="pkg-config" makedepends="libev-devel libressl-devel" short_desc="Libev-based high performance SSL/TLS proxy"