]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-5.0.2-fix-largefile-dumbness.patch
- 5.0.3 with few official patches. ldap fixes needed
[packages/autofs.git] / autofs-5.0.2-fix-largefile-dumbness.patch
1 diff --git a/CHANGELOG b/CHANGELOG
2 index 98d082c..20562bd 100644
3 --- a/CHANGELOG
4 +++ b/CHANGELOG
5 @@ -13,6 +13,7 @@
6  - fix parse confusion between attribute and attribute value.
7  - fix version passed to get_supported_ver_and_cost.
8  - mark map instances stale so they aren't "cleaned" during updates.
9 +- fix large file compile time option.
10  
11  18/06/2007 autofs-5.0.2
12  -----------------------
13 diff --git a/Makefile.rules b/Makefile.rules
14 index b1d1a49..30716dc 100644
15 --- a/Makefile.rules
16 +++ b/Makefile.rules
17 @@ -44,7 +44,7 @@ CXXFLAGS  = $(CFLAGS)
18  LD        = ld
19  SOLDFLAGS = -shared
20  
21 -CFLAGS += -D_REENTRANT
22 +CFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64
23  LDFLAGS += -lpthread
24  
25  ifdef DMALLOCLIB
This page took 0.023657 seconds and 3 git commands to generate.