yann@103: This patch sets the page size to a default 12, that is a 4KiB block size. yann@103: Testing for the correct block-size is impossible when cross-compiling. yann@103: yann@103: It was build up by Yann E. MORIN from some yann@103: bits gathered from buildroot, which is LGPL v2.1 yann@103: License for dmalloc is: yann@103: * Permission to use, copy, modify, and distribute this software for yann@103: * any purpose and without fee is hereby granted, provided that the yann@103: * above copyright notice and this permission notice appear in all yann@103: * copies, and that the name of Gray Watson not be used in advertising yann@103: * or publicity pertaining to distribution of the document or software yann@103: * without specific, written prior permission. yann@103: * yann@103: * Gray Watson makes no representations about the suitability of the yann@103: * software described herein for any purpose. It is provided "as is" yann@103: * without express or implied warranty. yann@103: yann@103: I personnaly believe that the resulting code should therefore be yann@103: LGPL v2.1, but don't believe me, ask your lawyers! yann@103: yann@103: diff -dur dmalloc-5.5.2.orig/configure dmalloc-5.5.2/configure yann@103: --- dmalloc-5.5.2.orig/configure 2007-05-14 19:26:14.000000000 +0200 yann@103: +++ dmalloc-5.5.2/configure 2007-05-18 11:38:25.000000000 +0200 yann@103: @@ -5306,7 +5306,7 @@ yann@103: yann@103: echo "$as_me:$LINENO: checking basic-block size" >&5 yann@103: echo $ECHO_N "checking basic-block size... $ECHO_C" >&6 yann@103: -ac_cv_page_size=0 yann@103: +ac_cv_page_size=12 yann@103: if test $ac_cv_page_size = 0; then yann@103: if test "$cross_compiling" = yes; then yann@103: { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling