summaryrefslogtreecommitdiffstats
path: root/stubs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/Makefile')
-rw-r--r--stubs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/Makefile b/stubs/Makefile
index 94158289a..e424e6fac 100644
--- a/stubs/Makefile
+++ b/stubs/Makefile
@@ -7,7 +7,7 @@ TARGETS= $(LIBUTF8)
all: $(TARGETS)
$(LIBUTF8): unicode-lite.c
- gcc -fPIC -shared -o $@ $< -lwlite
+ gcc -fPIC -shared -o $@ $< -lwlite -D_FORTIFY_SOURCE=2
clean:
rm -f *.so.* *.o