openssl-1.1: add patches for CVE-2024-2511 and CVE-2024-4741
[oi-userland.git] / components / library / libee / Makefile
blob1a9eb1b90b7a69d5c0accd10570b1d733e124da7
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
23 BUILD_STYLE=configure
24 BUILD_BITS=32_and_64
25 include ../../../make-rules/shared-macros.mk
27 COMPONENT_NAME= libee
28 COMPONENT_VERSION= 0.4.1
29 COMPONENT_REVISION= 1
30 COMPONENT_FMRI= library/libee
31 COMPONENT_CLASSIFICATION=System/Libraries
32 COMPONENT_SUMMARY= libee - event expression library
33 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
34 COMPONENT_PROJECT_URL= http://www.libee.org/
35 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
36 COMPONENT_ARCHIVE_HASH= \
37 sha256:c0dac01938593deee06c3d161e4eda4ecc0fd7317e1321bd96e301aceb7fb027
38 COMPONENT_ARCHIVE_URL= \
39 $(COMPONENT_PROJECT_URL)files/download/$(COMPONENT_ARCHIVE)
40 COMPONENT_LICENSE= LGPLv2.1
42 include $(WS_MAKE_RULES)/common.mk
44 COMPONENT_BUILD_ARGS=
46 # Userland default includes -mt which links with libthread which we don't need.
47 studio_MT =
49 CONFIGURE_OPTIONS += --disable-static
51 # Auto-generated dependencies
52 REQUIRED_PACKAGES += library/libestr
53 REQUIRED_PACKAGES += system/library
54 REQUIRED_PACKAGES += system/library/math