[SCM] faad2 packaging branch, master, updated. upstream/2.7-34-g94259e5

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Jun 1 01:05:49 UTC 2009


The following commit has been merged in the master branch:
commit 6335b95d59bcfb04b2232b61b2d89e487562c0e2
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun May 31 20:19:45 2009 -0400

    Allow to pass in more CFLAGS via DEB_CFLAGS.

diff --git a/debian/rules b/debian/rules
index 2ccde98..e0f0a71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CFLAGS = -Wall -g -fPIC -DPIC
+CFLAGS = -Wall -g -fPIC -DPIC $(DEB_CFLAGS)
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list