[SCM] opencore-amr/master: Show compiler flags used during builds.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun Mar 18 16:15:05 UTC 2012


The following commit has been merged in the master branch:
commit 76c63e8e414472fb79d4afa70fd24221561e04b5
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sun Mar 18 12:05:30 2012 -0400

    Show compiler flags used during builds.

diff --git a/debian/rules b/debian/rules
index bab3234..c87b877 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ CXXFLAGS = $(CFLAGS)
 override_dh_auto_configure:
 	dh_auto_configure
 
+override_dh_auto_build:
+	V=1 dh_auto_build
+
 override_dh_strip:
 	dh_strip -plibopencore-amrnb0 --dbg-package=libopencore-amrnb0-dbg
 	dh_strip -plibopencore-amrwb0 --dbg-package=libopencore-amrwb0-dbg

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list