Makefile revision 2379
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# CDDL HEADER START
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# The contents of this file are subject to the terms of the
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Common Development and Distribution License (the "License").
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# You may not use this file except in compliance with the License.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# See the License for the specific language governing permissions
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# and limitations under the License.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# CDDL HEADER END
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov sha256:79ccce9edb8aee17d20ad4d75e1f83a789f8c2e71e68f468e1bf8abf8933193f
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri PankovCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS) -I/usr/include/openldap"
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --localstatedir=/var --enable-shared --disable-static
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --enable-manual --disable-libgcc
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --enable-rtsp --enable-proxy
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --enable-telnet --enable-tftp --enable-pop3
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --enable-ipv6 --enable-nonblocking
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --enable-thread --enable-verbose
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --disable-sspi --enable-crypto-auth
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --enable-cookies --disable-hidden-symbols
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --enable-ldap --with-random=/dev/urandom
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --with-ssl --with-ldap-lib=ldap_r-2.4
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --with-gssapi-includes=/usr/include/gssapi
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --with-gssapi-libs=$(GSSAPI_LIBDIR_$(BITS))
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --with-gssapi=/usr --without-ca-bundle
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --with-ca-path=/etc/openssl/certs
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += --with-zlib=/usr --with-libidn=/usr
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri PankovCONFIGURE_OPTIONS += "curl_disallow_getifaddrs=yes"