summaryrefslogtreecommitdiffstats
path: root/libraries/live555/live555.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2020-01-11 00:20:38 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-12 08:47:50 +0700
commite4819922d3f93ee50e8c940efd6e455f9fff3d04 (patch)
treeab6a927b402690e70dedb48a4bed7f5f22d1d5fa /libraries/live555/live555.SlackBuild
parent4206a144b11b76fb6faef2df7bd5328a7bee86f3 (diff)
downloadslackbuilds-e4819922d3f93ee50e8c940efd6e455f9fff3d04.tar.gz
slackbuilds-e4819922d3f93ee50e8c940efd6e455f9fff3d04.tar.xz
libraries/live555: Updated for version 2020.01.10
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries/live555/live555.SlackBuild')
-rw-r--r--libraries/live555/live555.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/live555/live555.SlackBuild b/libraries/live555/live555.SlackBuild
index 96e2b89268..27db3976ca 100644
--- a/libraries/live555/live555.SlackBuild
+++ b/libraries/live555/live555.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for live555
-# Copyright 2014-2019 Christoph Willing, Brisbane, Australia
+# Copyright 2014-2020 Christoph Willing, Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=live555
-VERSION=${VERSION:-2019.12.13}
+VERSION=${VERSION:-2020.01.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,6 +65,9 @@ find -L . \
for f in $(find . -type f |xargs grep -l "PREFIX =") ; do echo $f; sed -i -e "/PREFIX =/c\PREFIX = \/usr" $f ; done
for f in $(find . -type f |xargs grep -l "LIBDIR =") ; do echo $f; sed -i -e "/LIBDIR =/c\LIBDIR = \$(PREFIX)\/lib$LIBDIRSUFFIX" $f ; done
+# 2020.01.20 config.linux-with-shared-libraries has spurious content
+sed -i -e 's/^n//' config.linux-with-shared-libraries
+
./genMakefiles linux-with-shared-libraries
make
make install DESTDIR=$PKG || {