about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-23 18:06:08 +0200
committervan Hauser <vh@thc.org>2020-06-23 18:06:08 +0200
commit5f1c0111a6b25e08393bd91bca5cece87beed448 (patch)
treebef289b754d61e5dc69e8ad60006f9811a11114c /GNUmakefile
parent89f0dc2d149141393e98bd86eccd2468c575a7fa (diff)
downloadafl++-5f1c0111a6b25e08393bd91bca5cece87beed448.tar.gz
fix make files
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5a739ad8..53bbb34d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -121,7 +121,7 @@ endif
 
 ifeq "$(shell uname -s)" "Haiku"
   SHMAT_OK=0
-  override CFLAGS  += -DUSEMMAP=1 -Wno-error=format -fpic
+  override CFLAGS  += -DUSEMMAP=1 -Wno-error=format -fPIC
   LDFLAGS+=-Wno-deprecated-declarations -lgnu
   SPECIAL_PERFORMANCE += -DUSEMMAP=1
 endif