Makefile revision 3469
920N/A#
920N/A# CDDL HEADER START
920N/A#
920N/A# The contents of this file are subject to the terms of the
920N/A# Common Development and Distribution License (the "License").
920N/A# You may not use this file except in compliance with the License.
920N/A#
920N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
920N/A# or http://www.opensolaris.org/os/licensing.
920N/A# See the License for the specific language governing permissions
920N/A# and limitations under the License.
920N/A#
920N/A# When distributing Covered Code, include this CDDL HEADER in each
920N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
920N/A# If applicable, add the following below this CDDL HEADER, with the
920N/A# fields enclosed by brackets "[]" replaced with your own identifying
920N/A# information: Portions Copyright [yyyy] [name of copyright owner]
920N/A#
920N/A# CDDL HEADER END
920N/A#
920N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
920N/A#
920N/Ainclude ../../../make-rules/shared-macros.mk
920N/A
920N/ACOMPONENT_NAME= zendopcache
920N/ACOMPONENT_VERSION= 7.0.2
920N/ACOMPONENT_PROJECT_URL= http://pecl.php.net/package/ZendOpcache
920N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
920N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
920N/ACOMPONENT_ARCHIVE_HASH= \
920N/A sha256:4aea4f0242dc50a5a68e7a170c3c537716e5da03b2a7b322349f211c09d90f44
920N/ACOMPONENT_ARCHIVE_URL= http://pecl.php.net/get/$(COMPONENT_ARCHIVE)
920N/ACOMPONENT_BUGDB= utility/php
920N/A
920N/Ainclude ../extensions.mk
920N/Ainclude ../cleancr.mk
920N/A
920N/ACOMPONENT_PREP_ACTION += $(call cleancr,$(SOURCE_DIR)/Optimizer/zend_optimizer_internal.h)
920N/ACOMPONENT_PREP_ACTION += $(call cleancr,$(SOURCE_DIR)/Optimizer/zend_optimizer.c)
920N/ACOMPONENT_PREP_ACTION += $(call cleancr,$(SOURCE_DIR)/Optimizer/zend_optimizer.h)
920N/A
920N/ACOMPONENT_POST_INSTALL_ACTION = ( \
920N/A set -e; \
920N/A $(FIX_CONFIG_FILES) \
920N/A )
920N/A
920N/A# Testing note:
920N/A# According to: https://github.com/zendtech/ZendOptimizerPlus/issues/13
920N/A# and https://github.com/zendtech/ZendOptimizerPlus/issues/13
920N/A# these tests are having issues.
920N/A# My own testing shows that if these are run by hand most of them pass.
920N/A# There is some issue around the cli version of php not liking this optimizer.
920N/A