From 2bbe849bee73da9edf335756b017689834f27e3d Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 25 Feb 2007 07:34:45 +0000 Subject: Fix build problem with aufs option on DragonFly. Reported by PR pkg/35656 by Kimura Fuyuki and applied patch from it. --- www/squid/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/squid/options.mk') diff --git a/www/squid/options.mk b/www/squid/options.mk index afa4144c336..3fd7ee295b4 100644 --- a/www/squid/options.mk +++ b/www/squid/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2007/02/06 20:22:15 joerg Exp $ +# $NetBSD: options.mk,v 1.12 2007/02/25 07:34:45 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.squid PKG_SUPPORTED_OPTIONS= aufs carp icmp pam-helper snmp ssl unlinkd @@ -91,6 +91,8 @@ CONFIGURE_ARGS+= --enable-ssl --with-openssl=${SSLBASE:Q} .if !empty(PKG_OPTIONS:Maufs) SQUID_BACKENDS+= aufs +PTHREAD_AUTO_VARS= yes +.include "../../mk/pthread.buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mdiskd) -- cgit v1.2.3