Makefile revision 618
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# CDDL HEADER START
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# The contents of this file are subject to the terms of the
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# Common Development and Distribution License (the "License").
cd18d7bb3e8d5921c3c852bd0a27fbeff9a9babbTimo Sirainen# You may not use this file except in compliance with the License.
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6baee5cd05602df1c39e502c7784501e58b3241dAki Tuomi# See the License for the specific language governing permissions
e98ba66a8ead146be66ba8219038a45fbf87b62cStephan Bosch# and limitations under the License.
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2e533fb1283b5f06a4063b519e47f1861c910386Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
863f2bc9983c33221f5936421fc9c06caf21639aTimo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
b200bc3875fa06d42c8619865cc306c3297fcaccAki Tuomi# CDDL HEADER END
cd18d7bb3e8d5921c3c852bd0a27fbeff9a9babbTimo Sirainen# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
ca44a6ba994aaa3231a20ef6e046dfd97a8dcd2dTimo SirainenPATH=/usr/bin:/usr/gnu/bin:/usr/sbin:/usr/perl5/bin
b200bc3875fa06d42c8619865cc306c3297fcaccAki TuomiCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
ca44a6ba994aaa3231a20ef6e046dfd97a8dcd2dTimo SirainenCOMPONENT_ARCHIVE_HASH= sha1:1b3e14e653a77462607aefa7931605a5e24829b9
a64adf62fa33f2463a86f990217b0c9078531a40Timo SirainenCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)Versions/v3/3.1/$(COMPONENT_ARCHIVE)
cd18d7bb3e8d5921c3c852bd0a27fbeff9a9babbTimo Sirainen# Squid has own prefix
cd18d7bb3e8d5921c3c852bd0a27fbeff9a9babbTimo SirainenCONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_PREFIX)/libexec
cd18d7bb3e8d5921c3c852bd0a27fbeff9a9babbTimo SirainenCONFIGURE_OPTIONS += --localstatedir=/var/squid
a64adf62fa33f2463a86f990217b0c9078531a40Timo SirainenCONFIGURE_OPTIONS += --sharedstatedir=/var/squid
a64adf62fa33f2463a86f990217b0c9078531a40Timo SirainenCONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/squid
a64adf62fa33f2463a86f990217b0c9078531a40Timo SirainenCONFIGURE_OPTIONS += --mandir=$(CONFIGURE_PREFIX)/man
b28a1c61a5d262fd16b46bebe47dbfb90ac9c5fcTimo SirainenCONFIGURE_OPTIONS += --enable-auth='basic,digest,negotiate,ntlm'
c1847a38dfbc8bad29547d96432ef9d707dbd345Timo SirainenCONFIGURE_OPTIONS += --enable-basic-auth-helpers='DB,NCSA,YP,LDAP,PAM,getpwnam,MSNT,POP3,multi-domain-NTLM,SMB,SASL'
b28a1c61a5d262fd16b46bebe47dbfb90ac9c5fcTimo SirainenCONFIGURE_OPTIONS += --enable-digest-auth-helpers='ldap,password'
149089b97827554ffd17dbf0cbc990b2301703f3Timo SirainenCONFIGURE_OPTIONS += --enable-external-acl-helpers='ip_user,unix_group,ldap_group,wbinfo_group'
a64adf62fa33f2463a86f990217b0c9078531a40Timo SirainenCONFIGURE_OPTIONS += --enable-follow-x-forwarded-for
9f0f2de10e4ea0c99052bf4b2bef8179f2536228Timo SirainenCONFIGURE_OPTIONS += --enable-large-cache-files
test: $(NO_TESTS)