Skip to content

Commit 2541ea0

Browse files
committed
comms/gnuradio: Fix build after 833bce4
Commit 833bce4 indirectly broke comms/gnuradio, making the linker not find its libraries anymore: ld: error: unable to find library -lgsl ld: error: unable to find library -lgslcblas Fix build by adding ${LOCALBASE}/lib to LDFLAGS.
1 parent 2d3a933 commit 2541ea0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

comms/gnuradio/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ USE_WX= 3.2
7474
USE_QT= buildtools core gui xml qmake widgets
7575
WX_COMPS= wx python:run
7676
USE_LDCONFIG= yes
77+
LDFLAGS+= -L${LOCALBASE}/lib
7778
LIBSTRIP_FILES= analog audio blocks channels digital dtv fec fft\
7879
filter pmt qtgui runtime trellis video-sdl\
7980
vocoder wavelet

0 commit comments

Comments
 (0)