diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-10-02 21:15:13 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-09 13:10:51 +0700 |
commit | 8d995f8f2bf1ee91063675140b31485fef6d3dc0 (patch) | |
tree | d18c4c120aaab1f672dcff052ae13b0d10066b31 /libraries/log4cpp/log4cpp.SlackBuild | |
parent | b663ef4d046fd263f1d16c39bd069d639874b609 (diff) |
libraries/log4cpp: Updated for version 1.1.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/log4cpp/log4cpp.SlackBuild')
-rw-r--r-- | libraries/log4cpp/log4cpp.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libraries/log4cpp/log4cpp.SlackBuild b/libraries/log4cpp/log4cpp.SlackBuild index 6fb10c58b7e3e..a442a1d865640 100644 --- a/libraries/log4cpp/log4cpp.SlackBuild +++ b/libraries/log4cpp/log4cpp.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=log4cpp -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,9 +73,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +cd $PRGNAM chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -83,9 +83,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 {} \; -# apply patches -patch -Np1 -i $CWD/gcc43.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |