Hold on --
In fact large file support was added in Debian version a long time ago and the 
subsequent Ubuntu merges missed it.

Debian uses :
 CFLAGS = -g -Wall $$(getconf LFS_CFLAGS)
 DEFINES = -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR

While we use :
 CFLAGS = -g -Wall $$(getconf LFS_CFLAGS)
 DEFINES = -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64

which is probably redundant (the getconf LFS_CFLAGS should define
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64).

I'll clean up the merge.

** Changed in: unzip (Ubuntu)
       Status: Confirmed => Incomplete

-- 
Please merge unzip 5.52-11 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/239686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to