Phil's fix for glibc and mmap_threshold default.
authorErik Hovland <erik@hovland.org>
Mon, 8 May 2006 19:19:13 +0000 (19:19 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 8 May 2006 19:19:13 +0000 (19:19 +0000)
packages/glibc/glibc_2.3.5+cvs20050627.bb

index c8f1d56..e164e5e 100644 (file)
@@ -7,7 +7,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
 SRCDATE = "20050627"
-PR = "r3"
+PR = "r4"
 
 GLIBC_ADDONS ?= "ports,linuxthreads"
 GLIBC_EXTRA_OECONF ?= ""
@@ -95,7 +95,12 @@ do_munge() {
 
 addtask munge before do_patch after do_unpack
 
+export default_mmap_threshold_familiar = "32*1024"
+
 do_configure () {
+       if [ "x$default_mmap_threshold" != "x" ]; then
+               echo "malloc-CPPFLAGS=-DDEFAULT_MMAP_THRESHOLD=\"(${default_mmap_threshold})\"" >configparms
+       fi
 # override this function to avoid the autoconf/automake/aclocal/autoheader
 # calls for now
 # don't pass CPPFLAGS into configure, since it upsets the kernel-headers