[arch-commits] CVS update of arch/build/base/libdownload (largefiles.patch)

Dan McGee dan at archlinux.org
Sat Aug 18 00:08:25 UTC 2007


    Date: Friday, August 17, 2007 @ 20:08:25
  Author: dan
    Path: /home/cvs-arch/arch/build/base/libdownload

   Added: largefiles.patch (1.1)

add patch for large file compat with pacman


------------------+
 largefiles.patch |   12 ++++++++++++
 1 file changed, 12 insertions(+)


Index: arch/build/base/libdownload/largefiles.patch
diff -u /dev/null arch/build/base/libdownload/largefiles.patch:1.1
--- /dev/null	Fri Aug 17 20:08:24 2007
+++ arch/build/base/libdownload/largefiles.patch	Fri Aug 17 20:08:24 2007
@@ -0,0 +1,12 @@
+diff -u libdownload-1.1/Makefile libdownload-1.1-new/Makefile
+--- libdownload-1.1/Makefile	2006-11-17 10:19:53.000000000 -0500
++++ libdownload-1.1-new/Makefile	2007-08-17 19:53:21.000000000 -0400
+@@ -3,7 +3,7 @@
+ DEBUG = true
+ ENABLE_HTTPS = true
+ 
+-CFLAGS   = -O2 -pipe -I. -DINET6 -D_GNU_SOURCE
++CFLAGS   = -O2 -pipe -I. -DINET6 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
+ WARNINGS = -Wall -Wstrict-prototypes -Wsign-compare -Wchar-subscripts \
+            -Wpointer-arith -Wcast-align -Wsign-compare
+ CFLAGS  += $(WARNINGS)




More information about the arch-commits mailing list