summaryrefslogtreecommitdiffstats
path: root/business/ledger/ledger.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2021-05-22 19:42:38 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-26 08:07:33 +0700
commitb30c7869d97a7d86d141455b79f178894c48a2bc (patch)
tree142bf2d7345f635035a58a35c76d9ced2f018ed6 /business/ledger/ledger.SlackBuild
parent02b04f8a67b011db32e529da2b74b97b9230b4ee (diff)
downloadslackbuilds-b30c7869d97a7d86d141455b79f178894c48a2bc.tar.gz
slackbuilds-b30c7869d97a7d86d141455b79f178894c48a2bc.tar.xz
business/ledger: Fix for boost >= 1.76.0.
Patch from alpinelinux Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--business/ledger/ledger.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/business/ledger/ledger.SlackBuild b/business/ledger/ledger.SlackBuild
index 89b8bc095e..9cb3d59aeb 100644
--- a/business/ledger/ledger.SlackBuild
+++ b/business/ledger/ledger.SlackBuild
@@ -37,6 +37,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/CMakeLists.txt.patch
+patch -p1 < $CWD/boost-176.patch
mkdir -p build
cd build