~ubuntu-branches/ubuntu/dapper/unzip/dapper-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2005-02-28 15:25:52 UTC
  • Revision ID: james.westby@ubuntu.com-20050228152552-ckla4p55xr0tz3ek
Tags: 5.51-2ubuntu1
Fixed unzip of >2GB files, thanks to patch from ard at kwaak.net 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
CC = gcc
8
8
CFLAGS = -g -Wall
9
 
DEFINES = -DACORN_FTYPE_NFS -DUSE_UNSHRINK
 
9
DEFINES = -DACORN_FTYPE_NFS -DUSE_UNSHRINK -D_FILE_OFFSET_BITS=64
10
10
INSTALL_PROGRAM = install
11
11
 
12
12
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))