components/curl/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 02 Jan 2017 13:37:03 -0800
changeset 7527 352b7a456c30
parent 7279 c2b1ddc7e31d
child 7687 1093e2a9adbd
permissions -rw-r--r--
25305616 RE audits don't like the userland package anymore
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
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    21
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    22
#
5333
37b6c3cf767d PSARC/2016/009 Nghttp2: HTTP/2 C Library
Petr Sumbera <petr.sumbera@oracle.com>
parents: 5164
diff changeset
    23
# 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
    24
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    25
BUILD_BITS= 64_and_32
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    27
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME =        curl
5164
0cb4fcf7f320 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5125
diff changeset
    29
COMPONENT_VERSION=      7.45.0
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=  http://curl.haxx.se/
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
    31
COMPONENT_ARCHIVE_HASH= \
5164
0cb4fcf7f320 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5125
diff changeset
    32
    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
    33
COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 959
diff changeset
    34
COMPONENT_BUGDB=	library/curl
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    35
5164
0cb4fcf7f320 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5125
diff changeset
    36
TPNO=			25724
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1681
diff changeset
    37
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    38
include $(WS_MAKE_RULES)/common.mk
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    39
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    40
PATCH_LEVEL = 0
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    41
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 181
diff changeset
    42
CFLAGS += $(CPP_LARGEFILES)
677
07b064828047 7141450 Problem with library/curl
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
    43
CFLAGS += `pkg-config --cflags libidn`
07b064828047 7141450 Problem with library/curl
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
    44
CPPFLAGS += `pkg-config --cflags libidn`
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    45
CPPFLAGS += "-I/usr/include/openldap"
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    46
7245
934578b959f0 20029192 Userland should build with ld -z sx=nx* flags instead of map.noexstk
Enrico Perla <enrico.perla@oracle.com>
parents: 7157
diff changeset
    47
# Enable adiheap and adistack security extensions
934578b959f0 20029192 Userland should build with ld -z sx=nx* flags instead of map.noexstk
Enrico Perla <enrico.perla@oracle.com>
parents: 7157
diff changeset
    48
ADIHEAP_MODE =	$(ADIHEAP_ENABLE)
934578b959f0 20029192 Userland should build with ld -z sx=nx* flags instead of map.noexstk
Enrico Perla <enrico.perla@oracle.com>
parents: 7157
diff changeset
    49
ADISTACK_MODE =	$(ADISTACK_ENABLE)
934578b959f0 20029192 Userland should build with ld -z sx=nx* flags instead of map.noexstk
Enrico Perla <enrico.perla@oracle.com>
parents: 7157
diff changeset
    50
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    51
CONFIGURE_OPTIONS += --localstatedir=$(VARDIR) --enable-shared --disable-static
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    52
CONFIGURE_OPTIONS += --enable-http --enable-ftp
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    53
CONFIGURE_OPTIONS += --enable-file --enable-dict
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    54
CONFIGURE_OPTIONS += --enable-manual --disable-libgcc
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    55
CONFIGURE_OPTIONS += --enable-rtsp --enable-proxy
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    56
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
    57
CONFIGURE_OPTIONS += --enable-imap --enable-smtp
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    58
CONFIGURE_OPTIONS += --enable-ipv6 --enable-nonblocking
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    59
CONFIGURE_OPTIONS += --enable-thread --enable-verbose
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    60
CONFIGURE_OPTIONS += --disable-sspi --enable-crypto-auth
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    61
CONFIGURE_OPTIONS += --enable-cookies --disable-hidden-symbols
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    62
CONFIGURE_OPTIONS += --disable-soname-bump
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    63
CONFIGURE_OPTIONS += --enable-ldap --with-random=/dev/urandom
1681
716fa74ddec1 18155603 libcurl should stop linking with obsolete libldap.so.5
Rich Burridge <rich.burridge@oracle.com>
parents: 1479
diff changeset
    64
CONFIGURE_OPTIONS += --with-ssl --with-ldap-lib=ldap_r-2.4
716fa74ddec1 18155603 libcurl should stop linking with obsolete libldap.so.5
Rich Burridge <rich.burridge@oracle.com>
parents: 1479
diff changeset
    65
CONFIGURE_OPTIONS += --with-lber-lib=lber-2.4
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    66
CONFIGURE_OPTIONS += --with-gssapi-includes=$(USRINCDIR)/gssapi
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    67
CONFIGURE_OPTIONS += --with-gssapi-libs=$(USRLIB)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    68
CONFIGURE_OPTIONS += --with-gssapi=$(USRDIR) --without-ca-bundle
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    69
CONFIGURE_OPTIONS += --with-ca-path=$(ETCDIR)/openssl/certs
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5616
diff changeset
    70
CONFIGURE_OPTIONS += --with-zlib=$(USRDIR) --with-libidn=$(USRDIR)
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    71
CONFIGURE_OPTIONS += --with-pic
1479
00fd84194115 PSARC 2013/303 curl - scp / sftp support
Rich Burridge <rich.burridge@oracle.com>
parents: 1324
diff changeset
    72
CONFIGURE_OPTIONS += --with-libssh2
7157
f898d6948e00 22972477 curl should support HTTP/2 protocol
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 6552
diff changeset
    73
CONFIGURE_OPTIONS += --with-nghttp2
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    74
CONFIGURE_OPTIONS += "curl_disallow_getifaddrs=yes"
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    75
206
a4474882bf60 7010355 python needs to be packaged to separate out non-core dependencies
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 181
diff changeset
    76
LINT_FLAGS += -I$(SOURCE_DIR)/include
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    77
3726
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    78
# The additional curl specific set of transforms to be applied to the
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    79
# test results to try to normalize them.
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    80
COMPONENT_TEST_TRANSFORMS += \
3854
9d8d138d52ca 20587726 Various master test files can be improved.
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    81
	'-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
9d8d138d52ca 20587726 Various master test files can be improved.
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    82
	'-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
9d8d138d52ca 20587726 Various master test files can be improved.
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    83
	'-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
5356
94c0413a88fc 22599190 problem in LIBRARY/CURL
yiteng.zhang@oracle.com <yiteng.zhang@oracle.com>
parents: 5333
diff changeset
    84
	'-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
94c0413a88fc 22599190 problem in LIBRARY/CURL
yiteng.zhang@oracle.com <yiteng.zhang@oracle.com>
parents: 5333
diff changeset
    85
	'-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
94c0413a88fc 22599190 problem in LIBRARY/CURL
yiteng.zhang@oracle.com <yiteng.zhang@oracle.com>
parents: 5333
diff changeset
    86
	'-e "s|^make.*: Nothing to be done for.*$$|XXX_CC_XXX|g" ' \
3854
9d8d138d52ca 20587726 Various master test files can be improved.
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    87
	'-e "/^XXX_CC_XXX$$/d" ' \
3726
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    88
	'-e "s|\(^/bin/bash ../../libtool\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    89
	'-e "s|\(^libtool: link:\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    90
	'-e "s|remaining: ..:..|remaining: xx:xx|" ' \
5164
0cb4fcf7f320 22257307 Upgrade curl to version 7.45.0
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5125
diff changeset
    91
	'-e "s|\(^TESTDONE: 994 tests were considered during\).*|\1|" ' \
3726
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    92
	'-e "s|\(^\* curl $(COMPONENT_VERSION)\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    93
	'-e "s|\(^\* Host:\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    94
	'-e "s|\(^\* System: SunOS\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    95
	'-e "s|\(^Connection from 127.0.0.1 port\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    96
	'-e "s|\(^Failed none for\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    97
	'-e "s|\(^Found matching DSA key:\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    98
	'-e "s|\(^Failed publickey for\).*|\1|" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    99
	'-e "/^debug.:/d" ' \
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
   100
	'-e "/^monitor debug.:/d" '
1c80a90dd005 19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
   101
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3726
diff changeset
   102
REQUIRED_PACKAGES += library/libidn
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3726
diff changeset
   103
REQUIRED_PACKAGES += library/libssh2
7157
f898d6948e00 22972477 curl should support HTTP/2 protocol
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 6552
diff changeset
   104
REQUIRED_PACKAGES += library/nghttp2
7527
352b7a456c30 25305616 RE audits don't like the userland package anymore
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 7279
diff changeset
   105
$(SOLARIS_11_ONLY)REQUIRED_PACKAGES += library/openldap
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3726
diff changeset
   106
REQUIRED_PACKAGES += library/security/openssl
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3726
diff changeset
   107
REQUIRED_PACKAGES += library/zlib
6065
1408b9df8875 23347350 tweak curl REQUIRED_PACKAGES so we can build on 11.3 and 12
John Beck <John.Beck@Oracle.COM>
parents: 6049
diff changeset
   108
REQUIRED_PACKAGES += security/kerberos-5
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3726
diff changeset
   109
REQUIRED_PACKAGES += shell/ksh93
7279
c2b1ddc7e31d 25071339 partially revert 23333808 for FOSS evaluation builds
John Beck <John.Beck@Oracle.COM>
parents: 7270
diff changeset
   110
ifeq ($(OS_VERSION),5.11)
c2b1ddc7e31d 25071339 partially revert 23333808 for FOSS evaluation builds
John Beck <John.Beck@Oracle.COM>
parents: 7270
diff changeset
   111
REQUIRED_PACKAGES += system/library/security/gss
c2b1ddc7e31d 25071339 partially revert 23333808 for FOSS evaluation builds
John Beck <John.Beck@Oracle.COM>
parents: 7270
diff changeset
   112
endif
6023
1285c8b9e736 23284011 openldap upgrade breaks userland build
zihao.zhu@oracle.com <zihao.zhu@oracle.com>
parents: 5682
diff changeset
   113
REQUIRED_PACKAGES += system/network/ldap/openldap