27d08083ed
Version 2.0.4 of the Apache XML Security for C++ has been released, correcting support for OpenSSL earlier than 1.1. Version 2.0.3 of the Apache XML Security for C++ has been released, adding support for OpenSSL 3.0.0. Drop patch (already in version) and so autoreconf https://santuario.apache.org/cindex.html Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
581 B
Makefile
19 lines
581 B
Makefile
################################################################################
|
|
#
|
|
# xml-security-c
|
|
#
|
|
################################################################################
|
|
|
|
XML_SECURITY_C_VERSION = 2.0.4
|
|
XML_SECURITY_C_SITE = http://archive.apache.org/dist/santuario/c-library
|
|
XML_SECURITY_C_LICENSE = Apache-2.0
|
|
XML_SECURITY_C_LICENSE_FILES = LICENSE.txt
|
|
XML_SECURITY_C_DEPENDENCIES = openssl xerces
|
|
XML_SECURITY_C_INSTALL_STAGING = YES
|
|
|
|
XML_SECURITY_C_CONF_ENV = \
|
|
xml_cv_func_getcwd_null=yes \
|
|
CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11"
|
|
|
|
$(eval $(autotools-package))
|