diff options
author | Pierre-Philipp Braun <pbraun@nethence.com> | 2022-04-01 00:55:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:20 +0700 |
commit | 827659927fd204acb2301ae9c0095ae128941745 (patch) | |
tree | ada54ad103106c8eba4d1cbf3804f8c5171a1bce /system/reiser4progs/reiser4progs.SlackBuild | |
parent | 19adae2b55be2e841c23985b014f291218563236 (diff) |
system/reiser4progs: Updated for version 1.2.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/reiser4progs/reiser4progs.SlackBuild')
-rw-r--r-- | system/reiser4progs/reiser4progs.SlackBuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/system/reiser4progs/reiser4progs.SlackBuild b/system/reiser4progs/reiser4progs.SlackBuild index 7c6df4fd99e8d..90753bc9d96ba 100644 --- a/system/reiser4progs/reiser4progs.SlackBuild +++ b/system/reiser4progs/reiser4progs.SlackBuild @@ -5,8 +5,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=reiser4progs -VERSION=${VERSION:-1.2.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -60,12 +60,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# 20170214 bkw: Fix unresolved symbol errors when trying to link with -# -lreiser4. This doesn't affect reiser4progs itself, but allows other -# programs (in particular, partclone) to link with its library. Patched -# code originally came from the partclone maintainer. -patch -p1 < $CWD/fix_libreiser4_linking.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -75,7 +69,6 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --enable-libminimal \ --build=$ARCH-slackware-linux make |