0e8fcf56e6
0.14.2 Java THRIFT-5383 - THRIFT-5383 TJSONProtocol Java readString throws on bounds check Go THRIFT-5369 - TConfiguration.GetMaxMessageSize() now also applies to container sizes in TProtocol implementations provided
24 lines
766 B
Makefile
24 lines
766 B
Makefile
# $NetBSD: Makefile,v 1.88 2021/09/03 11:19:33 adam Exp $
|
|
|
|
.include "../../devel/thrift/Makefile.common"
|
|
|
|
PKGNAME= lib${DISTNAME}
|
|
COMMENT= C++ bindings for the Apache Thrift RPC system
|
|
|
|
DEPENDS+= thrift-[0-9]*:../../devel/thrift
|
|
BUILD_DIRS= lib/cpp
|
|
|
|
TOOLS_BROKEN+= perl
|
|
|
|
CONFIGURE_ENV+= THRIFT=${PREFIX}/bin/thrift
|
|
CONFIGURE_ENV+= ac_cv_prog_PERL= # none, not needed
|
|
PKGCONFIG_OVERRIDE= lib/cpp/thrift-nb.pc.in
|
|
PKGCONFIG_OVERRIDE+= lib/cpp/thrift-z.pc.in
|
|
PKGCONFIG_OVERRIDE+= lib/cpp/thrift.pc.in
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/libevent/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|