about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-02-27 08:57:23 +0100
committerGitHub <noreply@github.com>2024-02-27 08:57:23 +0100
commit9f6d27ddcef43c676985523bb38be2ec292a3227 (patch)
tree7f96ce8221c64d556b681c163d3696131be38435
parent849994dedde124ee3ba2491ccb9b6a18d4e52d29 (diff)
parent8fcd404352a0bcf1084c518e779fe042c61d2b9e (diff)
downloadafl++-9f6d27ddcef43c676985523bb38be2ec292a3227.tar.gz
Merge pull request #2018 from hyrathon/patch-2
Add -ldl flag
-rw-r--r--utils/afl_network_proxy/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/afl_network_proxy/GNUmakefile b/utils/afl_network_proxy/GNUmakefile
index 7c8c22ff..47d9a7d3 100644
--- a/utils/afl_network_proxy/GNUmakefile
+++ b/utils/afl_network_proxy/GNUmakefile
@@ -10,6 +10,7 @@ PROGRAMS = afl-network-client afl-network-server
 HASH=\#
 
 CFLAGS += -Wno-pointer-sign
+LDFLAGS += -ldl
 
 ifdef STATIC
   CFLAGS += -static