summaryrefslogtreecommitdiffstats
path: root/deps/telepathy/signon-plugin-oauth2
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-12-09 15:29:30 +0100
committer Eric Hameleers <alien@slackware.com>2018-12-09 15:29:30 +0100
commit80fac0aceb0b778938a14224faeb2172d3d946bc (patch)
tree2b1ea07e2c8ef77440f577aee8123d2049713d31 /deps/telepathy/signon-plugin-oauth2
parent044a706cdff5a0a8f8dc02b9be084cd196dbcfca (diff)
downloadktown-80fac0aceb0b778938a14224faeb2172d3d946bc.tar.gz
ktown-80fac0aceb0b778938a14224faeb2172d3d946bc.tar.xz
Rebuild all deps/telepathy packages
Diffstat (limited to 'deps/telepathy/signon-plugin-oauth2')
-rwxr-xr-xdeps/telepathy/signon-plugin-oauth2/signon-plugin-oauth2.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/deps/telepathy/signon-plugin-oauth2/signon-plugin-oauth2.SlackBuild b/deps/telepathy/signon-plugin-oauth2/signon-plugin-oauth2.SlackBuild
index 536a60c..d74b3ce 100755
--- a/deps/telepathy/signon-plugin-oauth2/signon-plugin-oauth2.SlackBuild
+++ b/deps/telepathy/signon-plugin-oauth2/signon-plugin-oauth2.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
+# Copyright 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
# Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
@@ -24,9 +24,9 @@
PKGNAM=signon-plugin-oauth2
VERSION=${VERSION:-"0.24"}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
-NUMJOBS=${NUMJOBS:--j7}
+NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -82,6 +82,9 @@ PATH=$QTDIR/bin:$PATH \
make $NUMJOBS || make || exit 1
make install INSTALL_ROOT=$PKG || exit 1
+# Don't ship .la files:
+rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null