Makefile revision 3477
010a51c427bfb6ab658fc0056955a1a5b69810beTinderbox User# CDDL HEADER START
c6fb85f9500350e5ce58c9a24f5d264c8a8bd6f4Automatic Updater# The contents of this file are subject to the terms of the
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# Common Development and Distribution License (the "License").
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# You may not use this file except in compliance with the License.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# See the License for the specific language governing permissions
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# and limitations under the License.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# CDDL HEADER END
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserPATH=/usr/bin:/usr/gnu/bin:/usr/sbin:/usr/perl5/bin
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCOMPONENT_PROJECT_URL= http://www.squid-cache.org/
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
fd0b768f4c23d22c89f8a156a632831583b7fb68Automatic Updater sha256:ba5f6a7000a032f2315923c1b8d0b37458d33a7f59d603facecf9e8c12470b34
fd0b768f4c23d22c89f8a156a632831583b7fb68Automatic UpdaterCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)Versions/v3/3.1/$(COMPONENT_ARCHIVE)
0ae35ecf053a29f61ad6b3659ac2445cf2c3f663Automatic UpdaterCONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
0ae35ecf053a29f61ad6b3659ac2445cf2c3f663Automatic UpdaterCONFIGURE_LIBDIR.64 = $(CONFIGURE_PREFIX)/lib
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS.64 += LDFLAGS="$(LDFLAGS) -m64"
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# Squid has own prefix
6f1205897504b8f50b1785975482c995888dd630Tinderbox UserCONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_PREFIX)/libexec
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --localstatedir=/var/squid
8ec3c085233cedb22b05da36e2773c8f357a7e45Automatic UpdaterCONFIGURE_OPTIONS += --sharedstatedir=/var/squid
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox UserCONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/squid
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --mandir=$(CONFIGURE_PREFIX)/man
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox UserCONFIGURE_OPTIONS += --sbindir=$(CONFIGURE_PREFIX)/sbin
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --enable-auth='basic,digest,negotiate,ntlm'
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox UserCONFIGURE_OPTIONS += --enable-basic-auth-helpers='DB,NCSA,YP,LDAP,PAM,getpwnam,MSNT,POP3,multi-domain-NTLM,SMB,SASL'
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox UserCONFIGURE_OPTIONS += --enable-digest-auth-helpers='ldap,password'
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox UserCONFIGURE_OPTIONS += --enable-external-acl-helpers='ip_user,unix_group,ldap_group,wbinfo_group'
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --enable-follow-x-forwarded-for
12bfbed87cfffa65ac300b72c5665ab38a355c2fAutomatic UpdaterCONFIGURE_OPTIONS += --enable-negotiate-auth-helpers='squid_kerb_auth'
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --enable-ntlm-auth-helpers='smb_lm,fakeauth,no_check'
12bfbed87cfffa65ac300b72c5665ab38a355c2fAutomatic UpdaterCONFIGURE_OPTIONS += --enable-ntlm-fail-open
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --enable-removal-policies='heap,lru'
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --enable-storeio='aufs,diskd,ufs'
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --enable-x-accelerator-vary
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCONFIGURE_OPTIONS += --with-build-environment=POSIX_V6_ILP32_OFFBIG
# Add this to the top of /etc/squid/squid.conf:
test: $(NO_TESTS)