From 51937ab8066cf3a33c3142618f6b5128bec7c144 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 5 Apr 2021 07:02:52 +0000 Subject: gnuradio-core: Remove invalid CMAKE_ARGS. This belongs in LDFLAGS. --- ham/gnuradio-core/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ham') diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index fd09a6866ca..c953e523928 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2021/01/01 09:08:42 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.31 2021/04/05 07:02:52 nia Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -98,7 +98,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH=${PREFIX}/lib:${PREFIX}/lib/portaudio2 CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE CMAKE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0 -CMAKE_ARGS+= -DGR_LIBRARY_DIR=${PREFIX}/lib -lrt +CMAKE_ARGS+= -DGR_LIBRARY_DIR=${PREFIX}/lib CMAKE_ARGS+= -DGR_PREFSDIR=${PREFIX}/share/gnuradio/examples/ # adhoc setup not to pick non default version (say python3.6) -- cgit v1.2.3