From 431f55f6ce866ed63a31128be81eab6f47b1f02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 30 Aug 2022 11:03:10 +0700 Subject: [PATCH] cpp-hocon: rebuild for boost-1.80 --- srcpkgs/cpp-hocon/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cpp-hocon/template b/srcpkgs/cpp-hocon/template index 1e050aeb41a..f61316adcc1 100644 --- a/srcpkgs/cpp-hocon/template +++ b/srcpkgs/cpp-hocon/template @@ -1,14 +1,20 @@ # Template file for 'cpp-hocon' pkgname=cpp-hocon version=0.3.0 -revision=3 +revision=4 build_style=cmake hostmakedepends="pkg-config" makedepends="boost-devel leatherman-devel libcurl-devel" -depends="leatherman" short_desc="C++ port of the Typesafe Config library" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/puppetlabs/cpp-hocon/" distfiles="https://github.com/puppetlabs/cpp-hocon/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=dab02354046f05aca6275c746d7583ee5f71853aa5b1d93529564632e184c3dd + +post_install() { + # this package is a static library, + # needs to be rebuild when update boost, + # force an shlib-dependencies + vbin build/bin/libcpp-hocon_test +}