[SCM] libdca/master: build with large file support where necessary (Closes: #639593).

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Oct 5 12:51:02 UTC 2011


The following commit has been merged in the master branch:
commit bf474222c6f13e607e438b3afb4360f9c503605d
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Wed Oct 5 14:52:32 2011 +0200

    build with large file support where necessary (Closes: #639593).

diff --git a/debian/rules b/debian/rules
index ad6f467..89a0069 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+CFLAGS  += $(shell getconf LFS_CFLAGS)
+LDFLAGS += $(shell getconf LFS_LDFLAGS)
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 

-- 
libdca packaging



More information about the pkg-multimedia-commits mailing list