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