diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2017-08-09 20:58:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:46 +0700 |
commit | 4488aef9a8edfe3233b0a21319c12e044a291528 (patch) | |
tree | 375466bd97c20a2b4ae422eb4aa7c090c00f4d2b /development/gr-osmosdr/gr-osmosdr.SlackBuild | |
parent | 090bc397e09e2d3b3244255e277f5fdc603475a4 (diff) | |
download | slackbuilds-4488aef9a8edfe3233b0a21319c12e044a291528.tar.gz |
development/gr-osmosdr: Updated for version 20170611.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gr-osmosdr/gr-osmosdr.SlackBuild')
-rw-r--r-- | development/gr-osmosdr/gr-osmosdr.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild index 1506fec30b..1f76f09742 100644 --- a/development/gr-osmosdr/gr-osmosdr.SlackBuild +++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gr-osmosdr -VERSION=${VERSION:-20170421} +VERSION=${VERSION:-20170611} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,10 +73,11 @@ find -L . \ mkdir -p build cd build cmake \ + -DCMAKE_CXX_FLAGS=-std=c++11 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_PREFIX_PATH=/usr/lib${LIBDIRSUFFIX}/cmake/gnuradio/gnuradio/ \ - -DLIB_SUFFIX=$LIBDIRSUFFIX \ - -DCMAKE_BUILD_TYPE=Release .. + -DLIB_SUFFIX=$LIBDIRSUFFIX \ + -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$PKG cd .. |