diff options
| author | van Hauser <vh@thc.org> | 2021-04-05 14:01:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-05 14:01:40 +0200 |
| commit | 201d82ae0d252d995204a9f8c14570baf0f84d46 (patch) | |
| tree | 55e6e9832f4fc4e74b65c711d4c269054e9a9293 /GNUmakefile | |
| parent | 3c846859eef4d17d2587ea28db83c680b51723a7 (diff) | |
| parent | 43b1a0d46bd7fb55e2baeadd5d105e60aecdee9c (diff) | |
| download | afl++-201d82ae0d252d995204a9f8c14570baf0f84d46.tar.gz | |
Merge pull request #857 from Begasus/haiku
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index d5fb570d..76a698a4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -168,7 +168,7 @@ endif ifeq "$(SYS)" "Haiku" SHMAT_OK=0 override CFLAGS += -DUSEMMAP=1 -Wno-error=format -fPIC - LDFLAGS += -Wno-deprecated-declarations -lgnu + LDFLAGS += -Wno-deprecated-declarations -lgnu -lnetwork SPECIAL_PERFORMANCE += -DUSEMMAP=1 endif |
