Skip to content

Commit

Permalink
removed pkg-config for librtlsdr
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteinkamp authored Jul 30, 2019
1 parent bff92c4 commit d219d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EXTRACFLAGS=-DHTMLPATH=\"$(SHAREDIR)\"
endif

CFLAGS=-O2 -g -Wall -W `pkg-config --cflags librtlsdr`
LIBS=`pkg-config --libs librtlsdr` -lpthread -lm
LIBS=-lrtlsdr -lpthread -lm
CC=gcc


Expand Down

2 comments on commit d219d46

@abowerman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@lukbukkit
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks this works well on a Raspberry Pi 3

Please sign in to comment.