Makefile revision 6334
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
TPNO= 25517
# Only used during build process.
PYTHON_VERSIONS= 2.7
# Tests take too long to run, disabled for now
TEST_TARGET = $(SKIP_TEST)
# configure script is not at root of source tree.
# So build can find dtrace.
# Uses ancient embedded version of ICU.
# Resulting packages are a few hundred megabytes larger without this!
CONFIGURE_OPTIONS += --with-x
# A pkg-config file isn't shipped in Solaris for nspr 64-bit, so configure will
# fail to find it, requiring manual specification of the flags and libs.
CONFIGURE_OPTIONS.64 += --with-nspr-libs="-R/usr/lib/mps/64 -L/usr/lib/mps/64 -lplds4 -lplc4 -lnspr4"
COMPONENT_TEST_ARGS = -k -i
'-n ' \
'-e "/TOTAL:/p" ' \
'-e "/SKIP:/p" ' \
'-e "/PASS:/p" ' \
'-e "/FAIL:/p" ' \
'-e "/ERROR:/p" '