components/openscap/Makefile
author Jacob Varughese <jacob.varughese@oracle.com>
Thu, 29 Jan 2015 11:15:54 -0800
changeset 3703 71b5204c547a
parent 3595 3fab3649e6cd
child 3775 8550c97efa63
permissions -rw-r--r--
16873524 Need to convert openscap to 64-bit and enable ASLR.
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
#
3595
3fab3649e6cd PSARC/2014/441 OpenSCAP update to 1.2.0 and 3PSC
Jacob Varughese <jacob.varughese@oracle.com>
parents: 2219
diff changeset
    22
# Copyright (c) 2012, 2015, 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
#
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
include ../../make-rules/shared-macros.mk
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
COMPONENT_NAME=		openscap
3595
3fab3649e6cd PSARC/2014/441 OpenSCAP update to 1.2.0 and 3PSC
Jacob Varughese <jacob.varughese@oracle.com>
parents: 2219
diff changeset
    28
COMPONENT_VERSION=	1.2.0
1369
20813e08fff3 16186483 Port openscap 0.9.7 to solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1136
diff changeset
    29
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
    30
COMPONENT_DOWNLOAD_URL= https://fedorahosted.org/releases/o/p/openscap
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
3595
3fab3649e6cd PSARC/2014/441 OpenSCAP update to 1.2.0 and 3PSC
Jacob Varughese <jacob.varughese@oracle.com>
parents: 2219
diff changeset
    33
COMPONENT_ARCHIVE_HASH= sha256:88329ebf23e7c7d063cdb5615fe1f68b18fb436a0df81307c5acc3b5963d7cec
1369
20813e08fff3 16186483 Port openscap 0.9.7 to solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1136
diff changeset
    34
COMPONENT_ARCHIVE_URL=  $(COMPONENT_DOWNLOAD_URL)/$(COMPONENT_ARCHIVE)
20813e08fff3 16186483 Port openscap 0.9.7 to solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1136
diff changeset
    35
COMPONENT_BUGDB=        utility/openscap
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
3595
3fab3649e6cd PSARC/2014/441 OpenSCAP update to 1.2.0 and 3PSC
Jacob Varughese <jacob.varughese@oracle.com>
parents: 2219
diff changeset
    37
TPNO =			20626
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1744
diff changeset
    38
1605
7fc7910b6d94 17389830 guile fails to build with gcc4.7
Rich Burridge <rich.burridge@oracle.com>
parents: 1535
diff changeset
    39
COMPILER =		gcc
1136
226e8d9d2ff0 16186528 Implement SMF probe to support the OVAL schema for solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1058
diff changeset
    40
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
    41
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
    42
CFLAGS+=		-DOSCAP_THREAD_SAFE
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
2219
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    44
PYTHON_VERSIONS=	2.7 2.6
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    45
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
include $(WS_TOP)/make-rules/prep.mk
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
include $(WS_TOP)/make-rules/configure.mk
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
include $(WS_TOP)/make-rules/ips.mk
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
3703
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    50
PERL_VERSION.32 = 5.12
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    51
PERL_VERSION.64 = 5.16
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    52
PERL_VERSION = $(PERL_VERSION.$(BITS))
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    53
PERL = $(PERL.$(PERL_VERSION))
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    54
CONFIGURE_BINDIR.64 =	$(CONFIGURE_PREFIX)/bin
1136
226e8d9d2ff0 16186528 Implement SMF probe to support the OVAL schema for solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1058
diff changeset
    55
CPPFLAGS +=	-I/usr/include/openldap
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
# Perl related patch needs configure script recreation.
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf);
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
2219
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    60
# 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
    61
COMPONENT_PRE_CONFIGURE_ACTION = \
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    62
    ($(CLONEY) $(SOURCE_DIR) $(@D))
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    63
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    64
# We could use a single regular expression to cover all of the following,
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    65
# but we want to be as specific as possible to avoid accidentally catching
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    66
# workspace paths in our substitution.
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    67
COMPONENT_POST_CONFIGURE_ACTION = \
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    68
    (cd $(@D) ; cp -rp swig swig2.7 ; \
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    69
    $(GSED) -i -e 's|usr/include/python2.6|usr/include/python2.7|' \
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    70
     -e 's|$(PYTHON.2.6.VENDOR_PACKAGES.32)|$(PYTHON.2.7.VENDOR_PACKAGES.32)|' \
3595
3fab3649e6cd PSARC/2014/441 OpenSCAP update to 1.2.0 and 3PSC
Jacob Varughese <jacob.varughese@oracle.com>
parents: 2219
diff changeset
    71
     -e 's|PYTHON_VERSION = 2.6|PYTHON_VERSION = 2.7|' swig2.7/Makefile swig2.7/python2/Makefile)
2219
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    72
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    73
COMPONENT_POST_INSTALL_ACTION =	\
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    74
	(cd $(@D)/swig2.7 ; $(GMAKE) $(COMPONENT_INSTALL_ARGS) install)
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    75
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
# 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
    77
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
    78
CPPFLAGS +=	-I$(SOURCE_DIR)/src/OVAL/probes
226e8d9d2ff0 16186528 Implement SMF probe to support the OVAL schema for solaris
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1058
diff changeset
    79
CPPFLAGS +=	-I/usr/include/pcre
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
3703
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    81
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
    82
CONFIGURE_ENV +=        PYTHON="$(PYTHON.$(BITS))"
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    83
CONFIGURE_OPTIONS.32 +=	CFLAGS="$(CFLAGS)"
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    84
CONFIGURE_OPTIONS.64 +=	CFLAGS="$(CFLAGS) -D_FILE_OFFSET_BITS=64"
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
CONFIGURE_OPTIONS +=	CPPFLAGS="$(CPPFLAGS)"
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
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
    87
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
    88
CONFIGURE_OPTIONS +=	--enable-perl=yes
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
CONFIGURE_OPTIONS +=	--libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
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
    91
CONFIGURE_OPTIONS +=	am_cv_python_pyexecdir=$(PYTHON_VENDOR_PACKAGES)
2016
50e1c2ae28b8 19173594 oscap crashes when compliance is run
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1948
diff changeset
    92
CONFIGURE_OPTIONS +=	LIBS="-lldap_r -lscf -ldlpi -lsec -lzonecfg"
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
1744
180ac678ea41 16780732 HTML docs missing from OpenSCAP pacakge
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1698
diff changeset
    94
DOCS_DIR = $(PROTO_DIR)/usr/share/docs/openscap/html/
180ac678ea41 16780732 HTML docs missing from OpenSCAP pacakge
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1698
diff changeset
    95
3703
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    96
# Enable ASLR for this component
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    97
ASLR_MODE = $(ASLR_ENABLE)
2219
01548f9a0b62 20063588 OpenSCAP should provide a Python 2.7 module
John Beck <John.Beck@Oracle.COM>
parents: 2016
diff changeset
    98
3703
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
    99
# common targets
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
   100
configure:	$(CONFIGURE_32_and_64)
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
3703
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
   102
build:		$(BUILD_32_and_64)
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
   103
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
   104
install:	$(INSTALL_32_and_64)
1744
180ac678ea41 16780732 HTML docs missing from OpenSCAP pacakge
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1698
diff changeset
   105
		$(MKDIR) $(DOCS_DIR)
180ac678ea41 16780732 HTML docs missing from OpenSCAP pacakge
Jacob Varughese <jacob.varughese@oracle.com>
parents: 1698
diff changeset
   106
		$(CP) $(SOURCE_DIR)/docs/html/* $(DOCS_DIR)
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
3703
71b5204c547a 16873524 Need to convert openscap to 64-bit and enable ASLR.
Jacob Varughese <jacob.varughese@oracle.com>
parents: 3595
diff changeset
   108
test:		$(TEST_32_and_64)
848
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
0c3d865471c8 PSARC 2012/152 Compliance Phase 0: OpenSCAP
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
include $(WS_TOP)/make-rules/depend.mk