Hi,

Why don't you just set FILE_OFFSET_BITS to 64? 5.52 does recognize this flag. Patch attached.


caspar
diff -pruN unzip-5.52.orig/debian/rules unzip-5.52/debian/rules
--- unzip-5.52.orig/debian/rules	2006-01-05 18:16:55.573032000 +0100
+++ unzip-5.52/debian/rules	2006-01-05 18:17:45.421454344 +0100
@@ -6,7 +6,7 @@ history = History.552
 
 CC = gcc
 CFLAGS = -g -Wall
-DEFINES = -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR
+DEFINES = -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -D_FILE_OFFSET_BITS=64
 INSTALL_PROGRAM = install
 
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to