[oe-commits] Richard Tollerton : common-mingw: force ac_cv_func_mmap_fixed_mapped=no

git at git.openembedded.org git at git.openembedded.org
Fri Jul 18 13:36:35 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e53cd9b31255b35854ec36e8b6aa195c1a8e69d6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e53cd9b31255b35854ec36e8b6aa195c1a8e69d6

Author: Richard Tollerton <rich.tollerton at ni.com>
Date:   Wed Jul 16 13:58:03 2014 -0500

common-mingw: force ac_cv_func_mmap_fixed_mapped=no

The expat mingw build breaks because ix86-common defines
ac_cv_func_mmap_fixed_mapped=yes, causing the build to think that
mmap(), mman.h actually exist. Fix this by always forcing the variable
to "no", which configure would have concluded without such interference.

Signed-off-by: Richard Tollerton <rich.tollerton at ni.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/site/common-mingw | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/site/common-mingw b/meta/site/common-mingw
new file mode 100644
index 0000000..f337c36
--- /dev/null
+++ b/meta/site/common-mingw
@@ -0,0 +1,2 @@
+# expat
+ac_cv_func_mmap_fixed_mapped=no



More information about the Openembedded-commits mailing list