aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/expat/expat/disable_mmap.patch
blob: 95932c68c4d94f14de5a0068a02740dcc6006a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.in b/configure.in
index 7e968c4..7d442f2 100644
--- a/configure.in
+++ b/configure.in
@@ -99,7 +99,7 @@ AC_TYPE_OFF_T
 AC_FUNC_MMAP
 
 if test "$ac_cv_func_mmap_fixed_mapped" = "yes"; then
-    FILEMAP=unixfilemap
+    FILEMAP=readfilemap
 else
     FILEMAP=readfilemap
 fi