diff options
-rw-r--r-- | org.handhelds.familiar/packages/glibc/glibc_2.3.5+cvs20050627.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/org.handhelds.familiar/packages/glibc/glibc_2.3.5+cvs20050627.bb b/org.handhelds.familiar/packages/glibc/glibc_2.3.5+cvs20050627.bb index 9c28833..0d1d073 100644 --- a/org.handhelds.familiar/packages/glibc/glibc_2.3.5+cvs20050627.bb +++ b/org.handhelds.familiar/packages/glibc/glibc_2.3.5+cvs20050627.bb @@ -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" CVSDATE = "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 |