Makefile revision 1258
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# CDDL HEADER START
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# The contents of this file are subject to the terms of the
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# Common Development and Distribution License (the "License").
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# You may not use this file except in compliance with the License.
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# See the License for the specific language governing permissions
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# and limitations under the License.
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# When distributing Covered Code, include this CDDL HEADER in each
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# If applicable, add the following below this CDDL HEADER, with the
4db351194ebd94ffc595918d08e828fe529d830fkeescook# fields enclosed by brackets "[]" replaced with your own identifying
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# information: Portions Copyright [yyyy] [name of copyright owner]
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# CDDL HEADER END
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
f8126a79cb9116058bdaaa62ee7fd203234ff897keescook sha256:79ccce9edb8aee17d20ad4d75e1f83a789f8c2e71e68f468e1bf8abf8933193f
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCONFIGURE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCONFIGURE_OPTIONS += --localstatedir=/var --enable-shared --disable-static
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCONFIGURE_OPTIONS += --enable-manual --disable-libgcc
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCONFIGURE_OPTIONS += --enable-telnet --enable-tftp --enable-pop3
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCONFIGURE_OPTIONS += --enable-ipv6 --enable-nonblocking
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCONFIGURE_OPTIONS += --enable-thread --enable-verbose
f8126a79cb9116058bdaaa62ee7fd203234ff897keescookCONFIGURE_OPTIONS += --disable-sspi --enable-crypto-auth
test: $(TEST_32_and_64)