diff options
author | taca <taca@pkgsrc.org> | 2007-02-25 07:34:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-02-25 07:34:45 +0000 |
commit | 2bbe849bee73da9edf335756b017689834f27e3d (patch) | |
tree | 36591a3d3c81131db471deeec9d8378a8a6cdebb /www/squid/options.mk | |
parent | 2e5dd6dede81feee226271b82af537393169e2af (diff) | |
download | pkgsrc-2bbe849bee73da9edf335756b017689834f27e3d.tar.gz |
Fix build problem with aufs option on DragonFly.
Reported by PR pkg/35656 by Kimura Fuyuki and applied patch from it.
Diffstat (limited to 'www/squid/options.mk')
-rw-r--r-- | www/squid/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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) |