mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-07 07:14:09 +00:00
Take care if the gpsd API version with gps_read() as function prototype as changed in version 7.
Fix the comment about enabling gpsd support.
This commit is contained in:
parent
94db475b2e
commit
19b6cbbf65
2 changed files with 6 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ endif
|
|||
# Add -DDCS_LINK to the end of the CFLAGS line below to add DCS linking to StarNet
|
||||
# Add -DDEXTRA_LINK to the end of the CFLAGS line below to add DExtra linking to StarNet
|
||||
|
||||
# Add -DUSE_GPS to the end of the CFLAGS line to enable the use of gpsd, and add -lgps to
|
||||
# Add -DUSE_GPSD to the end of the CFLAGS line to enable the use of gpsd, and add -lgps to
|
||||
# end of the LIBS line.
|
||||
|
||||
DEBUGFLAGS := -g -D_DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue