diff options
author | Andy Alt <arch_stanton5995@proton.me> | 2023-02-17 22:46:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:48 +0700 |
commit | c015cc1386b3afaeb8414b56df1538bf3ce6e0c2 (patch) | |
tree | f9a2a789a27e2f295fa8a8afedf999a1aebc34fe /system/rmw/rmw.SlackBuild | |
parent | 27bbd9a86c99b4fb5684bb381fccd9cd9d18f808 (diff) |
system/rmw: Updated for version 0.9.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rmw/rmw.SlackBuild')
-rw-r--r-- | system/rmw/rmw.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/rmw/rmw.SlackBuild b/system/rmw/rmw.SlackBuild index 1fcbab1ea8..5979941408 100644 --- a/system/rmw/rmw.SlackBuild +++ b/system/rmw/rmw.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for rmw # -# Copyright 2019-2022 / Andy Alt / United States +# Copyright 2019-2023 / Andy Alt / United States # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rmw -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,7 +70,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -86,6 +86,7 @@ cd build meson .. \ --buildtype=release \ -Dstrip=true \ + -Db_sanitize=none \ --mandir=/usr/man \ --prefix=/usr \ --localedir=/usr/share/locale \ |