Makefile revision 5680
200N/A#
200N/A# CDDL HEADER START
200N/A#
200N/A# The contents of this file are subject to the terms of the
200N/A# Common Development and Distribution License (the "License").
200N/A# You may not use this file except in compliance with the License.
200N/A#
200N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
200N/A# or http://www.opensolaris.org/os/licensing.
200N/A# See the License for the specific language governing permissions
200N/A# and limitations under the License.
200N/A#
200N/A# When distributing Covered Code, include this CDDL HEADER in each
200N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
200N/A# If applicable, add the following below this CDDL HEADER, with the
200N/A# fields enclosed by brackets "[]" replaced with your own identifying
200N/A# information: Portions Copyright [yyyy] [name of copyright owner]
200N/A#
200N/A# CDDL HEADER END
200N/A#
200N/A
200N/A#
2772N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
200N/A#
200N/ABUILD_BITS= 64
200N/Ainclude ../../../make-rules/shared-macros.mk
200N/Ainclude $(WS_COMPONENTS)/php/php-metadata.mk
814N/A
206N/ACOMPONENT_NAME= suhosin
200N/ACOMPONENT_VERSION= 0.9.37.1
903N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:322ba104a17196bae63d39404da103fd011b09fde0f02484dc44366511c586ba
200N/ACOMPONENT_ARCHIVE_URL= http://download.suhosin.org/$(COMPONENT_ARCHIVE)
200N/ACOMPONENT_PROJECT_URL= http://www.suhosin.org/
844N/A
903N/ATPNO= 22432
903N/A
1258N/Ainclude $(WS_MAKE_RULES)/common.mk
200N/Ainclude $(PHP_TOP_DIR)/phpize.mk
200N/A
200N/ACONFIGURE_OPTIONS += --enable-suhosin
200N/A
200N/A# Run MySQL tests - requires MySQL (and maybe configuration!)
200N/A#COMPONENT_TEST_ENV += TEST_SUHOSIN_MYSQL=1
200N/A