summaryrefslogtreecommitdiffstats
path: root/libraries/opensaml
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2022-02-06 10:24:06 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-07 00:08:50 +0700
commite73d9a732b75ec1263454197b86691f7e760f3a0 (patch)
tree2f181a2413340a9112ed180cd404a027fb6f9acf /libraries/opensaml
parentfc7e0766ea072917e47f712a90a3d668ca0c195e (diff)
downloadslackbuilds-e73d9a732b75ec1263454197b86691f7e760f3a0.tar.gz
slackbuilds-e73d9a732b75ec1263454197b86691f7e760f3a0.tar.xz
libraries/opensaml: Use the C++14 standard.
gcc >= 11.x defaults to -std=gnu++17 and it breaks the build in this case Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/opensaml')
-rw-r--r--libraries/opensaml/opensaml.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/opensaml/opensaml.SlackBuild b/libraries/opensaml/opensaml.SlackBuild
index 499b030244..8b5d84b7c6 100644
--- a/libraries/opensaml/opensaml.SlackBuild
+++ b/libraries/opensaml/opensaml.SlackBuild
@@ -80,7 +80,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++14" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \