summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-21 22:37:51 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-21 22:37:51 +0100
commitcea91f55027126013633c7ff932e6eef8ca181a5 (patch)
treeb8dbcc80fd51802c58e3bd7511cd19bbe3f0b834 /Makefile
parent37885aaa2300acb12f57e1dfa7824de32ccd6a17 (diff)
downloadlibrufl-cea91f55027126013633c7ff932e6eef8ca181a5.tar.gz
librufl-cea91f55027126013633c7ff932e6eef8ca181a5.tar.bz2
Add test for initialisation on pre-3.64 UCS FM
This exercises the broken Font_EnumerateCharacters workaround. Ensure tests don't trample on each other by having them run in a temporary directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfaf61e..7bc8c9d 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ else
# __inline__ is a GCCism
CFLAGS := $(CFLAGS) -Dinline="__inline__"
endif
+CFLAGS := $(CFLAGS) -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500
# OSLib
ifneq ($(findstring clean,$(MAKECMDGOALS)),clean)