Makefile revision 206
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# CDDL HEADER START
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# The contents of this file are subject to the terms of the
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# Common Development and Distribution License (the "License").
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# You may not use this file except in compliance with the License.
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# See the License for the specific language governing permissions
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# and limitations under the License.
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# When distributing Covered Code, include this CDDL HEADER in each
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# If applicable, add the following below this CDDL HEADER, with the
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# CDDL HEADER END
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsync# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCOMPONENT_ARCHIVE_HASH= sha1:af8182165d7a0d16b97e2c2936ed92f3ba5c868c
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCOMPONENT_ARCHIVE_URL= http://curl.haxx.se/download/$(COMPONENT_ARCHIVE)
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --localstatedir=/var --enable-shared --disable-static
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --enable-manual --disable-libgcc
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --enable-telnet --enable-tftp --enable-pop3
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --enable-ipv6 --enable-nonblocking
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --enable-thread --enable-verbose
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --disable-sspi --enable-crypto-auth
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --enable-cookies --disable-hidden-symbols
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --enable-ldap --with-random=/dev/urandom
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --with-ssl --with-ldap-lib=ldap
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --with-gssapi-includes=/usr/include/gssapi
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --with-gssapi-libs=$(GSSAPI_LIBDIR_$(BITS))
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --with-gssapi=/usr --without-ca-bundle
0b74a2f80aba476dc8be8bc1c63891fc53945986vboxsyncCONFIGURE_OPTIONS += --with-ca-path=/etc/openssl/certs