network/thrift: Updated for version 0.14.2.

This fixes building on -current.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-07-25 16:11:36 +12:00 committed by Willy Sudiarto Raharjo
parent 0a23c966b9
commit 972972b84c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View File

@ -19,7 +19,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=thrift
VERSION=${VERSION:-0.9.2}
VERSION=${VERSION:-0.14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -84,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-static \
--with-c-glib \
--without-ruby \
--without-rs \
--without-php \
--without-php_extension \
--disable-tests \
@ -94,7 +95,7 @@ make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGES LICENSE NOTICE README.md \
CHANGES.md CONTRIBUTING.md LANGUAGES.md LICENSE NOTICE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="thrift"
VERSION="0.9.2"
VERSION="0.14.2"
HOMEPAGE="http://thrift.apache.org"
DOWNLOAD="http://archive.apache.org/dist/thrift/0.9.2/thrift-0.9.2.tar.gz"
MD5SUM="89f63cc4d0100912f4a1f8a9dee63678"
DOWNLOAD="http://archive.apache.org/dist/thrift/0.14.2/thrift-0.14.2.tar.gz"
MD5SUM="284a48df355aa3910687ee9b894d3ae8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""