about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-29 14:06:20 +0200
committerGitHub <noreply@github.com>2020-09-29 14:06:20 +0200
commitfe08482c1b2269289bfedea9f0ef2b6721d18221 (patch)
treeabe699ce381526ad0c0106628852593dc9eeebfe /GNUmakefile
parente69b25e34be8028921389bbb114135c3028d0a3d (diff)
parente87eca7fe8ec3ed0ba79e7722350ad502b67218b (diff)
downloadafl++-fe08482c1b2269289bfedea9f0ef2b6721d18221.tar.gz
Merge pull request #568 from mboehme/dev
Patching and improving AFLFast schedules.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 889c0e7d..c885a935 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -205,7 +205,7 @@ endif
 
 ifneq "$(filter Linux GNU%,$(shell uname))" ""
   override CFLAGS += -D_FORTIFY_SOURCE=2
-  LDFLAGS += -ldl -lrt
+  LDFLAGS += -ldl -lrt -lm
 endif
 
 ifneq "$(findstring FreeBSD, $(shell uname))" ""