A couple of packages (util-linux and procps) expect the PAGE_SIZE define from
authorHolger Schurig <schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:21:26 +0000 (10:21 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:21:26 +0000 (10:21 +0000)
commit5fa979f5ade9d31d5df4d81b9105ebd4dc75cc9f
treecd5ac590dd87e0e2c2a22fd7de1e6d6c9476e28f
parent7d1d016d9f60f3d90933c1c207511fc36a53c126
A couple of packages (util-linux and procps) expect the PAGE_SIZE define from
<asm/page.h> to be a constant (e.g. using it to set the size of a static array)
which no longer works since the latest glibc has changed this to use the
"getpagesize()" function. There may be others, but these are the two that
failed for me.

BKrev: 42511526QrKR819dMIxBogIdn-8lIA
packages/procps/procps-3.2.1/pagesz-not-constant.patch [new file with mode: 0644]
packages/procps/procps_3.2.1.bb
packages/util-linux/util-linux-2.12/pagesz-not-constant.patch [new file with mode: 0644]
packages/util-linux/util-linux_2.12o.bb