kumquat-buildroot/package/xml-security-c/xml-security-c.mk
Chris Simons bbda38afbb package/xml-security-c: new package
Adds support for the Apache Santuario XML Security for C++ that
implementations the XML Digital Signature and Encryption
specifications.

Signed-off-by: Chris Simons <chris.simons@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-28 23:50:47 +02:00

22 lines
637 B
Makefile

################################################################################
#
# xml-security-c
#
################################################################################
XML_SECURITY_C_VERSION = 2.0.2
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"
# Patched configure.ac
XML_SECURITY_C_AUTORECONF = YES
$(eval $(autotools-package))