Makefile revision 2379
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# CDDL HEADER START
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# The contents of this file are subject to the terms of the
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# Common Development and Distribution License (the "License").
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# You may not use this file except in compliance with the License.
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# If applicable, add the following below this CDDL HEADER, with the
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# fields enclosed by brackets "[]" replaced with your own identifying
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# information: Portions Copyright [yyyy] [name of copyright owner]
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# CDDL HEADER END
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor sha256:79ccce9edb8aee17d20ad4d75e1f83a789f8c2e71e68f468e1bf8abf8933193f
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS) -I/usr/include/openldap"
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --localstatedir=/var --enable-shared --disable-static
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --enable-telnet --enable-tftp --enable-pop3
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --enable-ipv6 --enable-nonblocking
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --disable-sspi --enable-crypto-auth
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --enable-cookies --disable-hidden-symbols
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --enable-ldap --with-random=/dev/urandom
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --with-ssl --with-ldap-lib=ldap_r-2.4
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --with-gssapi-includes=/usr/include/gssapi
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --with-gssapi-libs=$(GSSAPI_LIBDIR_$(BITS))
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --with-gssapi=/usr --without-ca-bundle
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzorCONFIGURE_OPTIONS += --with-ca-path=/etc/openssl/certs