summaryrefslogtreecommitdiffstats
path: root/libraries/flatbuffers/flatbuffers.SlackBuild
diff options
context:
space:
mode:
author Steven Voges <svoges.sbo@gmail.com>2023-09-01 20:26:15 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:25 +0700
commitf58882b8018b1bbf99eca1821ca4f051764db7a9 (patch)
treeab3798ef97dcfca3c9005852c31e3ec8bf333e6e /libraries/flatbuffers/flatbuffers.SlackBuild
parent7d1d25037d3d4b7e4b45267df408caa242895bfe (diff)
downloadslackbuilds-f58882b8018b1bbf99eca1821ca4f051764db7a9.tar.gz
slackbuilds-f58882b8018b1bbf99eca1821ca4f051764db7a9.tar.xz
libraries/flatbuffers: Updated for version 23.5.26.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/flatbuffers/flatbuffers.SlackBuild')
-rw-r--r--libraries/flatbuffers/flatbuffers.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/flatbuffers/flatbuffers.SlackBuild b/libraries/flatbuffers/flatbuffers.SlackBuild
index 64d10c9709..89fda633da 100644
--- a/libraries/flatbuffers/flatbuffers.SlackBuild
+++ b/libraries/flatbuffers/flatbuffers.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=flatbuffers
-VERSION=${VERSION:-23.3.3}
+VERSION=${VERSION:-23.5.26}
DOCS=${DOCS:-no}
SAMPLES=${SAMPLES:-no}
BUILD=${BUILD:-1}
@@ -97,6 +97,8 @@ cd build
make install/strip DESTDIR=$PKG
cd ..
+rm $PKG/usr/lib$LIBDIRSUFFIX/lib$PRGNAM.a
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true