[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH][SNAPSHOT 20040819] ext2fs and large stores (> 2G)
From: |
Alfred M. Szmidt |
Subject: |
Re: [PATCH][SNAPSHOT 20040819] ext2fs and large stores (> 2G) |
Date: |
Wed, 1 Sep 2004 17:34:15 +0200 (CEST) |
Unfortunately, the following hack has to be applied before build:
In libdiskfs/diskfs-pager.h, replace this line:
#include <hurd/pager.h>
with this line:
#include "../../libpager/pager.h"
Passing something ike "-isystem $(top_builddir)" to gcc (via CFLAGS or
whatever), and keeping #include as it is should work.