about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-05-29 18:58:25 +0200
committerGitHub <noreply@github.com>2020-05-29 18:58:25 +0200
commit408ef5298bd2f233649dd6799757369e963b0a24 (patch)
tree3d4e66ad80c81c1ab658f349dbf4894d6f848b7f /GNUmakefile
parent2ce243bc6eee4b9d5830bf04369881cb8ee7f93b (diff)
parent4b01d594c40b4e59414413152392963f3cf5247d (diff)
downloadafl++-408ef5298bd2f233649dd6799757369e963b0a24.tar.gz
Merge pull request #383 from dgmelski/fix-read-timed
Fix read_timed when accumulating short reads
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8f559391..dd817d35 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -101,7 +101,7 @@ endif
 
 ifeq "$(shell uname -s)" "OpenBSD"
   override CFLAGS  += -I /usr/local/include/
-  LDFLAGS += -L /usr/local/lib/
+  LDFLAGS += -Wl,-z,notext -L /usr/local/lib/
 endif
 
 ifeq "$(shell uname -s)" "NetBSD"