summaryrefslogtreecommitdiffstats
path: root/libraries/live555/live555.SlackBuild
diff options
context:
space:
mode:
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 || {