[SCM] x265/master: Build with LFS support

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Dec 5 20:30:58 UTC 2014


The following commit has been merged in the master branch:
commit 6896a1773168efd91ab26abc0a7263cce3998e5d
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Dec 5 20:34:23 2014 +0100

    Build with LFS support

diff --git a/debian/rules b/debian/rules
index aa1b12e..c274641 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #! /usr/bin/make -f
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+# LFS support
+export DEB_CPPFLAGS_MAINT_APPEND=$(shell getconf LFS_CFLAGS)
 
 %:
 	dh $@ --parallel --sourcedirectory=source --buildsystem=cmake

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list