[SCM] xvidcore/master: Set CFLAGS via DEB_CFLAGS, otherwise let xvidcore's build system chose CFLAGS.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Oct 27 22:34:46 UTC 2010


The following commit has been merged in the master branch:
commit 8b6f48befb0e4287a756e24152faadd181be00aa
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Wed Oct 27 18:33:59 2010 -0400

    Set CFLAGS via DEB_CFLAGS, otherwise let xvidcore's build system chose CFLAGS.

diff --git a/debian/rules b/debian/rules
index 137d4c9..c81bae1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
 
+# Set CFLAGS from DEB_CFLAGS if defined, otherwise let xvidcore's build system
+# set CFLAGS to use.
+CFLAGS = $(or $(DEB_CFLAGS),)
+
 %:
 	dh $@ --sourcedirectory=build/generic --with quilt

-- 
xvidcore packaging



More information about the pkg-multimedia-commits mailing list