Added util-linux-2.12r template.
--HG-- extra : convert_revision : 93aed888a20c2cfb85a77ffa6634771e61adffe1
This commit is contained in:
parent
5f97587bc8
commit
fbc361f995
2 changed files with 35 additions and 0 deletions
12
templates/util-linux-fix-build.diff
Normal file
12
templates/util-linux-fix-build.diff
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- disk-utils/fsck.cramfs.c.orig 2008-10-23 00:59:51.000000000 +0200
|
||||
+++ disk-utils/fsck.cramfs.c 2008-10-23 01:00:24.000000000 +0200
|
||||
@@ -76,7 +76,9 @@ static uid_t euid; /* effective UID */
|
||||
|
||||
#define PAD_SIZE 512
|
||||
|
||||
+#ifdef HAVE_asm_page_h
|
||||
#include <asm/page.h>
|
||||
+#endif
|
||||
#ifdef PAGE_SIZE
|
||||
#define PAGE_CACHE_SIZE ((int) PAGE_SIZE)
|
||||
#elif defined __ia64__
|
Loading…
Add table
Add a link
Reference in a new issue