[SCM] x264 packaging branch, ubuntu, updated. debian/0.85.1442.1+git781d30-1-8-g39cb705

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Feb 21 11:18:01 UTC 2010


The following commit has been merged in the ubuntu branch:
commit 81085ed000214a4c634bca33ceed19f9c67abed8
Author: Loïc Minier <lool at dooz.org>
Date:   Sun Feb 21 11:30:10 2010 +0100

    Pass LDFLAGS to configure

diff --git a/debian/rules b/debian/rules
index 11085e8..e9120d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ build-stamp: debian/stamp-patched
 	chmod +x version.sh
 
 	# Build static lib
-	CFLAGS="$(CFLAGS)" ./configure $(confflags)
+	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure $(confflags)
 	$(MAKE) -j $(NCPUS) libx264.a
 
 	# Backup static lib
@@ -51,7 +51,7 @@ build-stamp: debian/stamp-patched
 	# Build shared lib
 	$(MAKE) clean
 
-	CFLAGS="$(CFLAGS)" ./configure $(confflags) --enable-shared \
+	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure $(confflags) --enable-shared \
 	--enable-pic --enable-visualize
 
 

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list