Skip to content

Commit

Permalink
Makefile: define GNU_SOURCE for monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Dec 29, 2024
1 parent 8f1e556 commit 71124ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ all:
$(CC) $(CFLAGS) -D_GNU_SOURCE -o node-whisperer daemon.c util.c information.c log.c ubus.c interface.c batadv.c $(LDFLAGS)

monitor:
$(CC) $(CFLAGS_MONITOR) -o monitor monitor.c log.c util.c ieee80211.c information.c $(LDFLAGS_MONITOR)
$(CC) $(CFLAGS_MONITOR) -D_GNU_SOURCE -o monitor monitor.c log.c util.c ieee80211.c information.c $(LDFLAGS_MONITOR)

0 comments on commit 71124ab

Please sign in to comment.