summaryrefslogtreecommitdiff
path: root/network/thrift/thrift.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/thrift/thrift.SlackBuild')
-rw-r--r--network/thrift/thrift.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/thrift/thrift.SlackBuild b/network/thrift/thrift.SlackBuild
index 046461a3b8..fb90cd4498 100644
--- a/network/thrift/thrift.SlackBuild
+++ b/network/thrift/thrift.SlackBuild
@@ -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