80017bca3c
Changes in 2.2 - support for openssl 1.1 - support for AES GCM and AES CCM modes - new base64 convenience functions - new botan2 support - new hkdf support - various build improvements and (deprecation) cleanups There may be trouble building this release on windows. Feedback/input would be very welcome. (2.2.0 was not announced due to defects noticed after tagging)
24 lines
713 B
Makefile
24 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.38 2019/04/25 23:35:28 markd Exp $
|
|
|
|
PKGNAME= qca2-ossl-${DISTNAME:C/.*-//}
|
|
|
|
COMMENT= Cross-platform crypto API for QT - OpenSSL plugin
|
|
|
|
.include "../../security/qca2/Makefile.common"
|
|
|
|
BUILD_DIRS= plugins/qca-ossl
|
|
|
|
CMAKE_ARGS+= -DQT4_BUILD=ON
|
|
CMAKE_ARGS+= -DBUILD_PLUGINS=ossl
|
|
CMAKE_ARGS+= -DBUILD_TOOLS=OFF
|
|
CMAKE_ARGS+= -DINST_QCA_LIB_NAME=-lqca
|
|
|
|
SUBST_CLASSES+= libname
|
|
SUBST_STAGE.libname= pre-configure
|
|
SUBST_MESSAGE.libname= Use installed lib.
|
|
SUBST_FILES.libname= plugins/qca-ossl/CMakeLists.txt
|
|
SUBST_SED.libname= -e 's:{QCA_LIB_NAME}:{INST_QCA_LIB_NAME}:'
|
|
|
|
.include "../../security/qca2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|