components/curl/Makefile
author pkidd <patrick.kidd@oracle.com>
Fri, 24 Feb 2017 07:31:04 -0800
branchs11u3-sru
changeset 7693 789db572fc03
parent 7033 a49f9f0272f2
permissions -rw-r--r--
build metadata for S11.3SRU18.3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    18
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    20
#
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    21
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    22
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    24
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME =        curl
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    26
COMPONENT_VERSION=      7.45.0
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    27
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    28
COMPONENT_PROJECT_URL=  http://curl.haxx.se/
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    29
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 677
diff changeset
    30
COMPONENT_ARCHIVE_HASH= \
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    31
    sha256:02c78c8060d587422e2826f622c729189b56084bba365140f13af3d402b6cb6b
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 206
diff changeset
    32
COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    33
COMPONENT_BUGDB=	library/curl
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    34
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    35
TPNO=			25724
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2434
diff changeset
    36
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    37
include $(WS_MAKE_RULES)/prep.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    38
include $(WS_MAKE_RULES)/configure.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    39
include $(WS_MAKE_RULES)/ips.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
    40
include $(WS_MAKE_RULES)/lint-libraries.mk
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    41
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    42
PATCH_LEVEL = 0
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    43
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    44
GSSAPI_LIBDIR_32 = /usr/lib
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    45
GSSAPI_LIBDIR_64 = /usr/lib/$(MACH64)
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    46
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 181
diff changeset
    47
CFLAGS += $(CPP_LARGEFILES)
677
07b064828047 7141450 Problem with library/curl
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
    48
CFLAGS += `pkg-config --cflags libidn`
07b064828047 7141450 Problem with library/curl
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
    49
CPPFLAGS += `pkg-config --cflags libidn`
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    50
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    51
CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
4103
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    52
CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS) -I/usr/include/openldap"
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 181
diff changeset
    53
CONFIGURE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    54
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    55
CONFIGURE_OPTIONS += --localstatedir=/var --enable-shared --disable-static
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    56
CONFIGURE_OPTIONS += --enable-http --enable-ftp
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    57
CONFIGURE_OPTIONS += --enable-file --enable-dict
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    58
CONFIGURE_OPTIONS += --enable-manual --disable-libgcc
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    59
CONFIGURE_OPTIONS += --enable-rtsp --enable-proxy
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    60
CONFIGURE_OPTIONS += --enable-telnet --enable-tftp --enable-pop3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    61
CONFIGURE_OPTIONS += --enable-imap --enable-smtp
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    62
CONFIGURE_OPTIONS += --enable-ipv6 --enable-nonblocking
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    63
CONFIGURE_OPTIONS += --enable-thread --enable-verbose
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    64
CONFIGURE_OPTIONS += --disable-sspi --enable-crypto-auth
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    65
CONFIGURE_OPTIONS += --enable-cookies --disable-hidden-symbols
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    66
CONFIGURE_OPTIONS += --disable-soname-bump
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    67
CONFIGURE_OPTIONS += --enable-ldap --with-random=/dev/urandom
4103
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    68
CONFIGURE_OPTIONS += --with-ssl --with-ldap-lib=ldap_r-2.4
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    69
CONFIGURE_OPTIONS += --with-lber-lib=lber-2.4
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    70
CONFIGURE_OPTIONS += --with-gssapi-includes=/usr/include/gssapi
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    71
CONFIGURE_OPTIONS += --with-gssapi-libs=$(GSSAPI_LIBDIR_$(BITS))
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    72
CONFIGURE_OPTIONS += --with-gssapi=/usr --without-ca-bundle
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    73
CONFIGURE_OPTIONS += --with-ca-path=/etc/openssl/certs
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    74
CONFIGURE_OPTIONS += --with-zlib=/usr --with-libidn=/usr
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    75
CONFIGURE_OPTIONS += --with-pic
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    76
CONFIGURE_OPTIONS += --with-libssh2
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    77
CONFIGURE_OPTIONS += "curl_disallow_getifaddrs=yes"
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    78
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 181
diff changeset
    79
LINT_FLAGS += -I$(SOURCE_DIR)/include
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    80
4103
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    81
# The additional curl specific set of transforms to be applied to the
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    82
# test results to try to normalize them.
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    83
COMPONENT_TEST_TRANSFORMS += \
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    84
	'-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    85
	'-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    86
	'-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
7033
a49f9f0272f2 22599190 problem in LIBRARY/CURL
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5315
diff changeset
    87
	'-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
a49f9f0272f2 22599190 problem in LIBRARY/CURL
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5315
diff changeset
    88
	'-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
a49f9f0272f2 22599190 problem in LIBRARY/CURL
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5315
diff changeset
    89
	'-e "s|^make.*: Nothing to be done for.*$$|XXX_CC_XXX|g" ' \
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    90
	'-e "/^XXX_CC_XXX$$/d" ' \
4103
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    91
	'-e "s|\(^/bin/bash ../../libtool\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    92
	'-e "s|\(^libtool: link:\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    93
	'-e "s|remaining: ..:..|remaining: xx:xx|" ' \
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
    94
	'-e "s|\(^TESTDONE: 994 tests were considered during\).*|\1|" ' \
4103
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    95
	'-e "s|\(^\* curl $(COMPONENT_VERSION)\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    96
	'-e "s|\(^\* Host:\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    97
	'-e "s|\(^\* System: SunOS\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    98
	'-e "s|\(^Connection from 127.0.0.1 port\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
    99
	'-e "s|\(^Failed none for\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   100
	'-e "s|\(^Found matching DSA key:\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   101
	'-e "s|\(^Failed publickey for\).*|\1|" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   102
	'-e "/^debug.:/d" ' \
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   103
	'-e "/^monitor debug.:/d" '
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   104
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   105
ASLR_MODE = $(ASLR_ENABLE)
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   106
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   107
configure:	$(CONFIGURE_32_and_64)
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   108
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   109
build: $(BUILD_32_and_64)
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   110
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
   111
install: $(INSTALL_32_and_64)
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   112
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
   113
test: $(TEST_32_and_64)
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   114
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   115
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   116
REQUIRED_PACKAGES += library/libidn
5315
cbd548550bd1 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 4114
diff changeset
   117
REQUIRED_PACKAGES += library/libssh2
4103
0a3f0d2f2c86 20419429 Upgrade curl to version 7.40.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 3996
diff changeset
   118
REQUIRED_PACKAGES += library/openldap
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   119
REQUIRED_PACKAGES += library/security/openssl
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   120
REQUIRED_PACKAGES += library/zlib
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   121
REQUIRED_PACKAGES += shell/ksh93
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   122
REQUIRED_PACKAGES += system/library
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3661
diff changeset
   123
REQUIRED_PACKAGES += system/library/security/gss