[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-10-g7bf1e45

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 18 20:48:21 UTC 2009


The following commit has been merged in the master branch:
commit b8d02299712304e66b87a567e2e7ba102b9fa535
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Wed May 13 20:32:00 2009 -0400

    Override CXXFLAGS passed by dpkg-buildpackage
    
      Currently, the package will fail to build when -O2 is set.

diff --git a/debian/rules b/debian/rules
index 9685fdf..c5e30e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,8 @@ major=2
 # awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
 #major=`ls src/.libs/lib*.so.* | \
 # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+CXXFLAGS = -Wall -g $(DEB_CXXFLAGS)
+$(info CXXFLAGS = $(CXXFLAGS))
 
 configure: configure-stamp
 configure-stamp:

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list