Skip to content

Commit

Permalink
comms/gnuradio: Fix build after 833bce4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martymac committed Nov 14, 2023
1 parent 2d3a933 commit 2541ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comms/gnuradio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ USE_WX= 3.2
USE_QT= buildtools core gui xml qmake widgets
WX_COMPS= wx python:run
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
LIBSTRIP_FILES= analog audio blocks channels digital dtv fec fft\
filter pmt qtgui runtime trellis video-sdl\
vocoder wavelet
Expand Down

0 comments on commit 2541ea0

Please sign in to comment.