All of lore.kernel.org
 help / color / mirror / Atom feed
* ulogd large file support
@ 2007-06-19 13:30 Andreas Lundin
  2007-06-19 13:36 ` Patrick McHardy
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Lundin @ 2007-06-19 13:30 UTC (permalink / raw)
  To: netfilter-devel

Hi,

ulogd seems to be missing large file support. Here is a simple patch
to make configure handle it, but there is a line that is commented in
Rules.make.in which will prevent the option to be used during compile
time (search for @DEFS@ in Rules.make.in).

I compiled ulogd-1.24 with -D_FILE_OFFSET_BITS=64 and it can now write
to log files larger than 2G on my system.

Regards
Andreas Lundin

This patch is for ulogd-1.24 but the patch is so trivial that it is
probably easier to apply with an editor :-)

--- configure.in 2005-11-25 20:58:27.000000000 +0100
+++ configure.in 2007-06-19 15:09:22.000000000 +0200
@@ -20,6 +20,7 @@
 AC_C_CONST
 AC_TYPE_SIZE_T
 AC_STRUCT_TM
+AC_SYS_LARGEFILE

 dnl Checks for library functions.
 AC_FUNC_VPRINTF

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-19 13:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-19 13:30 ulogd large file support Andreas Lundin
2007-06-19 13:36 ` Patrick McHardy
2007-06-19 13:57   ` Pablo Neira Ayuso
2007-06-19 13:59     ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.