]> git.pld-linux.org Git - packages/quagga.git/commitdiff
- new; allow log files to be larger than 2GB on some systems
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 8 Oct 2006 11:04:07 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quagga-largefile.patch -> 1.1

quagga-largefile.patch [new file with mode: 0644]

diff --git a/quagga-largefile.patch b/quagga-largefile.patch
new file mode 100644 (file)
index 0000000..12b0142
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN quagga-0.98.6.org/configure.ac quagga-0.98.6/configure.ac
+--- quagga-0.98.6.org/configure.ac     2006-05-08 17:07:19.000000000 +0200
++++ quagga-0.98.6/configure.ac 2006-10-08 13:03:03.262775000 +0200
+@@ -21,6 +21,8 @@
+ AM_INIT_AUTOMAKE(1.6)
+ AM_CONFIG_HEADER(config.h)
++AC_SYS_LARGEFILE
++
+ dnl default is to match previous behavior
+ exampledir=${sysconfdir}
+ AC_ARG_ENABLE([exampledir],
This page took 0.032522 seconds and 4 git commands to generate.