Package: audiofile Version: 0.2.6-8 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lucid ubuntu-patch
Hello! A quick addition to the rules file will allow audiofile to handle files that are greater than 2G in size. Please see attached patch. Thanks! -Kees -- Kees Cook @debian.org
diff -u audiofile-0.2.6~/debian/rules audiofile-0.2.6/debian/rules --- audiofile-0.2.6~/debian/rules +++ audiofile-0.2.6/debian/rules @@ -12,6 +12,8 @@ include /usr/share/dpatch/dpatch.make +audiofile_confflags += --enable-largefile + export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))