diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bc272f1..cd943fe 100644 --- a/configure.in +++ b/configure.in @@ -11,6 +11,7 @@ fi AC_SUBST(LD) CFLAGS="-Wall -W -g -O2" +CPPFLAGS="$(CPPFLAGS) -D_FILE_OFFSET_BITS=64" AC_ARG_ENABLE(kernel-module, [ --enable-kernel-module Compile kernel module, requires --with-kernel option ]) |