e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# CDDL HEADER START
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# The contents of this file are subject to the terms of the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Common Development and Distribution License (the "License").
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You may not use this file except in compliance with the License.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# or http://www.opensolaris.org/os/licensing.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# See the License for the specific language governing permissions
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# and limitations under the License.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# When distributing Covered Code, include this CDDL HEADER in each
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# If applicable, add the following below this CDDL HEADER, with the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync#
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync# CDDL HEADER END
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync#
ddd5bf03356cc0515b0f42ed9048a6364e7eb1e2vboxsync# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
ddd5bf03356cc0515b0f42ed9048a6364e7eb1e2vboxsync#
ddd5bf03356cc0515b0f42ed9048a6364e7eb1e2vboxsyncinclude ../../../make-rules/shared-macros.mk
ddd5bf03356cc0515b0f42ed9048a6364e7eb1e2vboxsync
2609df5222cfcceb51ec536b2e3173b7227a232avboxsyncCOMPONENT_NAME= memcache
dee9595a04fb1bd1908a48bd602fa1ed0b6967f9vboxsyncCOMPONENT_VERSION= 3.0.6
2609df5222cfcceb51ec536b2e3173b7227a232avboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2609df5222cfcceb51ec536b2e3173b7227a232avboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
2609df5222cfcceb51ec536b2e3173b7227a232avboxsyncCOMPONENT_ARCHIVE_HASH= \
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync sha256:cf6871f0944ee38022c5f84910f306d83b0f51564bbc08624a215e06d8486618
dee9595a04fb1bd1908a48bd602fa1ed0b6967f9vboxsyncCOMPONENT_ARCHIVE_URL= http://pecl.php.net/get/$(COMPONENT_ARCHIVE)
dee9595a04fb1bd1908a48bd602fa1ed0b6967f9vboxsyncCOMPONENT_PROJECT_URL= http://pecl.php.net/package/memcache
dee9595a04fb1bd1908a48bd602fa1ed0b6967f9vboxsync
dee9595a04fb1bd1908a48bd602fa1ed0b6967f9vboxsyncinclude ../extensions-zts.mk
dee9595a04fb1bd1908a48bd602fa1ed0b6967f9vboxsync
dee9595a04fb1bd1908a48bd602fa1ed0b6967f9vboxsyncCONFIGURE_OPTIONS += \
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync --disable-debug \
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync --enable-memcache \
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync --with-zlib-dir=/usr
2609df5222cfcceb51ec536b2e3173b7227a232avboxsync