summaryrefslogtreecommitdiffstats
path: root/development/gr-osmosdr/gr-osmosdr.SlackBuild
diff options
context:
space:
mode:
author Mario Preksavec2021-12-06 00:52:12 +0100
committer Willy Sudiarto Raharjo2021-12-10 02:37:44 +0100
commit4f1672ed46c7cd09fb89b434153da482309dc43a (patch)
tree59bdede10e07b50ad1edf737ca66eaa96fc82bd5 /development/gr-osmosdr/gr-osmosdr.SlackBuild
parent08a797609e0b8f7143a065e2d7825861df47e34f (diff)
downloadslackbuilds-4f1672ed46c7cd09fb89b434153da482309dc43a.tar.gz
development/gr-osmosdr: Updated for version 20210128_a100eb0.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gr-osmosdr/gr-osmosdr.SlackBuild')
-rw-r--r--development/gr-osmosdr/gr-osmosdr.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild
index e7acefd8a9..6d4d116fd9 100644
--- a/development/gr-osmosdr/gr-osmosdr.SlackBuild
+++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gr-osmosdr
-VERSION=${VERSION:-20170612}
+VERSION=${VERSION:-20210128_a100eb0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,9 +80,6 @@ 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 {} \;
-sed -i "s|gr_osmosdr_libs}|gr_osmosdr_libs} -lboost_chrono|" lib/CMakeLists.txt
-patch -p1 < $CWD/boost-1.73.patch
-
mkdir -p build
cd build
cmake \