[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:28 UTC 2009


The following commit has been merged in the master branch:
commit bc1ff500c793d1ab3e61b07c43ca2b8388eaee43
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri May 15 02:17:21 2009 -0400

    Add -fPIC -DPIC to CXXFLAGS.

diff --git a/debian/rules b/debian/rules
index da91e8d..8d038e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CXXFLAGS = -Wall -g $(DEB_CXXFLAGS)
+CXXFLAGS = -Wall -g -fPIC -DPIC $(DEB_CXXFLAGS)
 $(info CXXFLAGS = $(CXXFLAGS))
 
 %:

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list