Skip to content

Commit

Permalink
Cleanup nfpcapd Makefile and make Alpine Linux happy with GNU flag
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Aug 20, 2024
1 parent 1cce258 commit 925dd28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/libnffile/daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <sys/types.h>
// some linux are picky
#define __USE_GNU
#define _GNU_SOURCE
#include <unistd.h>

#include "util.h"
Expand Down
2 changes: 0 additions & 2 deletions src/nfpcapd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ if HAVEPCAPAPPEND
AM_CPPFLAGS += -DHAVEPCAPAPPEND
endif

EXTRA_DIST = murmurhash.c

CLEANFILES = *.gch

0 comments on commit 925dd28

Please sign in to comment.