libraries/librapidcheck: Fix build and information.

In slack-desc and README, I noticed a little bit of bad spacing thanks
to sbolint, also a missing CXX flag for SLKCFLAGS.

Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pouria Rezaei 2024-06-29 13:10:16 +03:30 committed by Willy Sudiarto Raharjo
parent 0caa98a2ad
commit bc5f44b8ea
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=librapidcheck
VERSION=${VERSION:-r1056.ff6af6f}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -79,6 +79,7 @@ find -L . \
mkdir -p build
cd build
cmake \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DRC_ENABLE_EXAMPLES=Off \
-DRC_ENABLE_TESTS=Off \
-DRC_INSTALL_ALL_EXTRAS=O \