File: large-file.patch

package info (click to toggle)
mdk 1.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,016 kB
  • sloc: ansic: 22,682; sh: 6,167; lisp: 1,118; lex: 830; makefile: 582; yacc: 288; python: 124
file content (16 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Subject: Autodetect large file support.
Forwarded: not-yet
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2016-07-18

--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,8 @@
    AM_CFLAGS="$AM_CFLAGS -Werror -Wno-error=deprecated-declarations"
 fi
 
+AC_SYS_LARGEFILE
+
 dnl i18n stuff
 AM_GNU_GETTEXT_VERSION(0.14)
 AM_GNU_GETTEXT