aboutsummaryrefslogtreecommitdiff
path: root/network/skylable-sx/skylable-sx.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/skylable-sx/skylable-sx.SlackBuild')
-rw-r--r--network/skylable-sx/skylable-sx.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/skylable-sx/skylable-sx.SlackBuild b/network/skylable-sx/skylable-sx.SlackBuild
index 20cdfd94d544..cd16f14cc3d9 100644
--- a/network/skylable-sx/skylable-sx.SlackBuild
+++ b/network/skylable-sx/skylable-sx.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skylable-sx
-VERSION=${VERSION:-1.1}
+VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,9 @@ 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 {} \;
+# Fix a curl-7.45 compatibility issue
+patch -p1 < $CWD/patch/skylable-sx-1.2-fix-curl-7.45.patch
+
# CLIENT_ONLY="--disable-server"
CFLAGS="$SLKCFLAGS" \