From 297c0d040df59a02db130ef6689f9e88fd394885 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 30 May 2011 10:05:03 +0000 Subject: [PATCH] someone should really take a closer look at their LIBTOOL. In the meantime, avoid gnu-grep, to have reproducible builds. (especially since ggrep is half-broken with new vmmap) --- security/prelude/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/prelude/Makefile.inc b/security/prelude/Makefile.inc index fcd377e56b0..d02544d13c3 100644 --- a/security/prelude/Makefile.inc +++ b/security/prelude/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2009/08/30 20:37:16 rui Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2011/05/30 10:05:03 espie Exp $ SHARED_ONLY= Yes @@ -17,3 +17,4 @@ PERMIT_PACKAGE_FTP= Yes USE_GMAKE= Yes CONFIGURE_ARGS+=--localstatedir=/var +CONFIGURE_ENV += ac_cv_path_GREP=/usr/bin/grep ac_cv_path_EGREP=/usr/bin/egrep