From c9515b09e0b3f338df57133a4a59cce153a1a9f5 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 19 Oct 2018 14:37:57 +0200 Subject: [PATCH] watchman: rebuild with libressl-2.8 --- srcpkgs/watchman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/watchman/template b/srcpkgs/watchman/template index c50836a7e10..0cea176da3c 100644 --- a/srcpkgs/watchman/template +++ b/srcpkgs/watchman/template @@ -1,9 +1,9 @@ # Template file for 'watchman' pkgname=watchman version=4.9.0 -revision=3 +revision=4 build_style=gnu-configure -configure_args="--disable-statedir --disable-lenient" +configure_args="--disable-statedir --enable-lenient" hostmakedepends="pkg-config automake libtool" makedepends="pcre-devel libressl-devel" short_desc="Watches files and records, or triggers actions, when they change"