diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2013-11-09 14:10:18 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2013-11-09 14:10:18 +0000 | 
| commit | ad2839dd679ad46c340c0abf7ebc089d49c95e83 (patch) | |
| tree | 75b14bc800101893b44e0c6885a533f5977b24e1 | |
| parent | Update Standards-Version to 3.9.5 (diff) | |
| download | w3m-ad2839dd679ad46c340c0abf7ebc089d49c95e83.tar.gz w3m-ad2839dd679ad46c340c0abf7ebc089d49c95e83.zip | |
Use LFS_CFLAGS to support large file (closes: #493956)
Diffstat (limited to '')
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/rules b/debian/rules index 7b2db42..29f9576 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@  export DEB_BUILD_MAINT_OPTIONS = hardening=+all  dpkg_buildflags = DEB_BUILD_MAINT_OPTIONS=$(DEB_BUILD_MAINT_OPTIONS) dpkg-buildflags -CFLAGS=$(shell $(dpkg_buildflags) --get CFLAGS) +CFLAGS=$(shell $(dpkg_buildflags) --get CFLAGS) $(shell getconf LFS_CFLAGS)   CPPFLAGS=$(shell $(dpkg_buildflags) --get CPPFLAGS)  LDFLAGS=$(shell $(dpkg_buildflags) --get LDFLAGS) | 
