components/openscap/Makefile
branchs11-update
changeset 2971 5d740e74b68b
parent 2860 b44390c1019f
child 2979 d88e24621488
equal deleted inserted replaced
2969:f8d4fd8116f7 2971:5d740e74b68b
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		openscap
    27 COMPONENT_NAME=		openscap
    28 COMPONENT_VERSION=	0.9.7
    28 COMPONENT_VERSION=	1.0.0
    29 COMPONENT_PROJECT_URL=  http://www.open-scap.org
    29 COMPONENT_PROJECT_URL=  http://www.open-scap.org
    30 COMPONENT_DOWNLOAD_URL= https://fedorahosted.org/releases/o/p/openscap
    30 COMPONENT_DOWNLOAD_URL= https://fedorahosted.org/releases/o/p/openscap
    31 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE_HASH= sha256:0d9ae804026d69e60d44e27cf489e65dd1c2865895cde2cb174ff90fd7868a6a
    33 COMPONENT_ARCHIVE_HASH= sha256:47105500b8b3d80cdf07b277bfab59091de5eadb16d97d27ee663bfbee58cb76
    34 COMPONENT_ARCHIVE_URL=  $(COMPONENT_DOWNLOAD_URL)/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=  $(COMPONENT_DOWNLOAD_URL)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_BUGDB=        utility/openscap
    35 COMPONENT_BUGDB=        utility/openscap
    36 
    36 
    37 COMPILER=		gcc3
    37 COMPILER=		gcc3
    38 CFLAGS+=		-std=c99
    38 CFLAGS+=		-std=c99
    39 CFLAGS+=		-DNDEBUG
    39 CFLAGS+=		-DNDEBUG
       
    40 CFLAGS+=		-DOSCAP_THREAD_SAFE
    40 
    41 
    41 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_TOP)/make-rules/configure.mk
    43 include $(WS_TOP)/make-rules/configure.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    44 
    45