components/openscap/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7527 352b7a456c30
child 7829 2de4f4ace09c
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7527
diff changeset
    22
# Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    24
BUILD_BITS= 64
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    25
COMPILER= gcc
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		openscap
6294
ff05e37b1eac 23210108 Upgrade openscap to 1.2.9
Jacob Varughese <jacob.varughese@oracle.com>
parents: 6122
diff changeset
    29
COMPONENT_VERSION=	1.2.9
1369
20813e08fff3 16186483 Port openscap 0.9.7 to solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1136
diff changeset
    30
COMPONENT_PROJECT_URL=  http://www.open-scap.org
20813e08fff3 16186483 Port openscap 0.9.7 to solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1136
diff changeset
    31
COMPONENT_DOWNLOAD_URL= https://fedorahosted.org/releases/o/p/openscap
6294
ff05e37b1eac 23210108 Upgrade openscap to 1.2.9
Jacob Varughese <jacob.varughese@oracle.com>
parents: 6122
diff changeset
    32
COMPONENT_ARCHIVE_HASH= sha256:20ae67ffabf90865fb2033d5c5e49bfb5fb485ffa6ff37910e8d7084c2236c74
1369
20813e08fff3 16186483 Port openscap 0.9.7 to solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1136
diff changeset
    33
COMPONENT_ARCHIVE_URL=  $(COMPONENT_DOWNLOAD_URL)/$(COMPONENT_ARCHIVE)
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7527
diff changeset
    34
COMPONENT_ANITYA_ID=	4619
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
6294
ff05e37b1eac 23210108 Upgrade openscap to 1.2.9
Jacob Varughese <jacob.varughese@oracle.com>
parents: 6122
diff changeset
    36
TPNO =			28398
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1744
diff changeset
    37
6011
8cdeec13f14e 23294058 do not publish openscap when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5985
diff changeset
    38
# Requires newer version of system/management/rad/client/rad-c from ON,
8cdeec13f14e 23294058 do not publish openscap when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5985
diff changeset
    39
# available in S12 but not 11.3, so do not publish.
8cdeec13f14e 23294058 do not publish openscap when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5985
diff changeset
    40
ifeq ($(BUILD_TYPE), evaluation)
8cdeec13f14e 23294058 do not publish openscap when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5985
diff changeset
    41
BUILD_64=
8cdeec13f14e 23294058 do not publish openscap when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5985
diff changeset
    42
INSTALL_64=
8cdeec13f14e 23294058 do not publish openscap when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5985
diff changeset
    43
PUBLISH_STAMP=
8cdeec13f14e 23294058 do not publish openscap when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5985
diff changeset
    44
endif
8cdeec13f14e 23294058 do not publish openscap when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5985
diff changeset
    45
1136
226e8d9d2ff0 16186528 Implement SMF probe to support the OVAL schema for solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1058
diff changeset
    46
CFLAGS+=		-std=c99
226e8d9d2ff0 16186528 Implement SMF probe to support the OVAL schema for solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1058
diff changeset
    47
CFLAGS+=		-DNDEBUG
1698
72e1a26a96a1 17859035 upgrade openscap-0.9.7 to openscap-1.0.0
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1645
diff changeset
    48
CFLAGS+=		-DOSCAP_THREAD_SAFE
7343
a6cfc180f5e8 25077840 smfproperty probe needs to be fixed to handle nested property groups
Jacob Varughese <jacob.varughese@oracle.com>
parents: 7245
diff changeset
    49
CFLAGS+=		-D__$(MACH64)
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
3936
c344422ee38b 20674483 change Userland Python default version from 2.6 to 2.7
John Beck <John.Beck@Oracle.COM>
parents: 3848
diff changeset
    51
PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
2219
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    52
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5682
diff changeset
    53
# publish for only one version of perl
5638
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5121
diff changeset
    54
PERL_VERSIONS = $(PERL_VERSION)
4746
8e237ffd0a48 20995635 Perl TK needs to be upgraded to work with Perl 5.20
Bill Rushmore <bill.rushmore@oracle.com>
parents: 4691
diff changeset
    55
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    56
include $(WS_MAKE_RULES)/common.mk
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
3703
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    58
CONFIGURE_BINDIR.64 =	$(CONFIGURE_PREFIX)/bin
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    59
CPPFLAGS +=	-I$(USRINCDIR)/openldap
5985
6b195cad32d4 22353495 setting the XCCDF rule's role to unscored, has no effect on the scoring
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5797
diff changeset
    60
RAD_CLIENT_LIB_PATH =   /usr/lib/rad/client/c/$(MACH64)
6b195cad32d4 22353495 setting the XCCDF rule's role to unscored, has no effect on the scoring
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5797
diff changeset
    61
6122
aacbdaa3a38b 23316317 oscap fails to complete processing the benchmark
Jacob Varughese <jacob.varughese@oracle.com>
parents: 6028
diff changeset
    62
LDFLAGS += -L$(RAD_CLIENT_LIB_PATH) -R$(RAD_CLIENT_LIB_PATH) -lradclient -ladr -lips_client -lzonemgr_client
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    63
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    64
# XXX This shouldn't be necessary, but is; investigate why.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    65
CFLAGS += -D_FILE_OFFSET_BITS=64
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
7245
934578b959f0 20029192 Userland should build with ld -z sx=nx* flags instead of map.noexstk
Enrico Perla <enrico.perla@oracle.com>
parents: 6294
diff changeset
    67
# 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: 6294
diff changeset
    68
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: 6294
diff changeset
    69
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: 6294
diff changeset
    70
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
# Perl related patch needs configure script recreation.
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf);
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
2219
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    74
# Need to do cloney, so that the schema files can get packaged.
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    75
COMPONENT_PRE_CONFIGURE_ACTION = \
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    76
    ($(CLONEY) $(SOURCE_DIR) $(@D))
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    77
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    78
COMPONENT_POST_INSTALL_ACTION =	\
3775
8550c97efa63 20446640 CPE dictionary
Darren J Moffat <Darren.Moffat@Oracle.COM>
parents: 3703
diff changeset
    79
	$(RM) $(PROTO_DIR)/usr/share/openscap/cpe/* && \
5985
6b195cad32d4 22353495 setting the XCCDF rule's role to unscored, has no effect on the scoring
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5797
diff changeset
    80
	$(CP) files/cpe/* $(PROTO_DIR)/usr/share/openscap/cpe; \
6b195cad32d4 22353495 setting the XCCDF rule's role to unscored, has no effect on the scoring
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5797
diff changeset
    81
	$(MV) $(PROTO_DIR)/usr/lib/python2.7/vendor-packages/64/*.py* \
6b195cad32d4 22353495 setting the XCCDF rule's role to unscored, has no effect on the scoring
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5797
diff changeset
    82
	$(PROTO_DIR)/usr/lib/python2.7/vendor-packages/ ;
3775
8550c97efa63 20446640 CPE dictionary
Darren J Moffat <Darren.Moffat@Oracle.COM>
parents: 3703
diff changeset
    83
2219
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    84
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
# Needed to make "gmake test" work.
1136
226e8d9d2ff0 16186528 Implement SMF probe to support the OVAL schema for solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1058
diff changeset
    86
CPPFLAGS +=	-I$(SOURCE_DIR)/src/OVAL
226e8d9d2ff0 16186528 Implement SMF probe to support the OVAL schema for solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1058
diff changeset
    87
CPPFLAGS +=	-I$(SOURCE_DIR)/src/OVAL/probes
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    88
CPPFLAGS +=	-I$(USRINCDIR)/pcre
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
3703
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    90
CONFIGURE_ENV +=        PERL="$(PERL)"
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    91
CONFIGURE_ENV +=        PYTHON="$(PYTHON.$(BITS))"
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
CONFIGURE_OPTIONS +=	--enable-debug=no
1136
226e8d9d2ff0 16186528 Implement SMF probe to support the OVAL schema for solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1058
diff changeset
    93
CONFIGURE_OPTIONS +=	--enable-sce=yes
1369
20813e08fff3 16186483 Port openscap 0.9.7 to solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1136
diff changeset
    94
CONFIGURE_OPTIONS +=	--enable-perl=yes
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
CONFIGURE_OPTIONS +=	--libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
CONFIGURE_OPTIONS +=	am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
CONFIGURE_OPTIONS +=	am_cv_python_pyexecdir=$(PYTHON_VENDOR_PACKAGES)
4961
bb9b5359088a 21955956 libsocket tweak needed for openscap
John Beck <John.Beck@Oracle.COM>
parents: 4746
diff changeset
    98
EXTRA_LIBS =		-lldap_r
bb9b5359088a 21955956 libsocket tweak needed for openscap
John Beck <John.Beck@Oracle.COM>
parents: 4746
diff changeset
    99
ifeq ($(OS_VERSION),5.11)
bb9b5359088a 21955956 libsocket tweak needed for openscap
John Beck <John.Beck@Oracle.COM>
parents: 4746
diff changeset
   100
EXTRA_LIBS +=		-lnsl -lsocket
bb9b5359088a 21955956 libsocket tweak needed for openscap
John Beck <John.Beck@Oracle.COM>
parents: 4746
diff changeset
   101
endif
6027
976ed5c27bdd 23284227 openscap fails to build on 99 nightly
Jacob Varughese <jacob.varughese@oracle.com>
parents: 6023
diff changeset
   102
EXTRA_LIBS +=		-lscf -ldlpi -lsec -lv12n
5985
6b195cad32d4 22353495 setting the XCCDF rule's role to unscored, has no effect on the scoring
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5797
diff changeset
   103
CONFIGURE_OPTIONS +=	LDFLAGS="$(LDFLAGS) $(EXTRA_LIBS)"
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
5121
c42589259c6c 22250155 /usr/share/docs/openscap should be /usr/share/doc/openscap
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5111
diff changeset
   105
DOCS_DIR = $(PROTO_DIR)/usr/share/doc/openscap/html/
1744
180ac678ea41 16780732 HTML docs missing from OpenSCAP pacakge
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1698
diff changeset
   106
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
   107
COMPONENT_POST_INSTALL_ACTION += \
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
   108
	$(MKDIR) $(DOCS_DIR); \
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
   109
	$(CP) -r $(SOURCE_DIR)/docs/html/* $(DOCS_DIR);
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4262
diff changeset
   110
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   111
REQUIRED_PACKAGES += compress/bzip2
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   112
REQUIRED_PACKAGES += developer/swig
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   113
REQUIRED_PACKAGES += gnome/config/gconf
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   114
REQUIRED_PACKAGES += library/glib2
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   115
REQUIRED_PACKAGES += library/libxml2
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   116
REQUIRED_PACKAGES += library/libxslt
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   117
REQUIRED_PACKAGES += library/pcre
5638
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5121
diff changeset
   118
REQUIRED_PACKAGES += $(PERL_PKG)
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   119
REQUIRED_PACKAGES += runtime/python-27
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   120
REQUIRED_PACKAGES += security/compliance/openscap
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   121
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   122
REQUIRED_PACKAGES += system/library/math
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   123
REQUIRED_PACKAGES += system/library/security/libgcrypt
4691
f4bb20acf10d 21227567 Need a probe to implement the OVAL virtualizationinfo schema
Jacob Varughese <jacob.varughese@oracle.com>
parents: 4339
diff changeset
   124
REQUIRED_PACKAGES += system/library/libv12n
5985
6b195cad32d4 22353495 setting the XCCDF rule's role to unscored, has no effect on the scoring
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5797
diff changeset
   125
REQUIRED_PACKAGES += system/management/rad
6b195cad32d4 22353495 setting the XCCDF rule's role to unscored, has no effect on the scoring
Jacob Varughese <jacob.varughese@oracle.com>
parents: 5797
diff changeset
   126
REQUIRED_PACKAGES += system/management/rad/client/rad-c
6023
1285c8b9e736 23284011 openldap upgrade breaks userland build
zihao.zhu@oracle.com <zihao.zhu@oracle.com>
parents: 6011
diff changeset
   127
REQUIRED_PACKAGES += system/network/ldap/openldap
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   128
REQUIRED_PACKAGES += system/zones
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3775
diff changeset
   129
REQUIRED_PACKAGES += web/curl