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


The following commit has been merged in the master branch:
commit 7010cd49fad303ebe320f19d81ad6cba84171906
Author: Martin Storsjo <martin at martin.st>
Date:   Tue Jun 16 08:46:23 2009 +0300

    Remove -fPIC -DPIC from the debian/rules file, since they are set in the main makefiles now

diff --git a/debian/rules b/debian/rules
index 5d8b0c3..72f9a6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CXXFLAGS = -Wall -g -fPIC -DPIC $(DEB_CXXFLAGS)
+CXXFLAGS = -Wall -g $(DEB_CXXFLAGS)
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
     CXXFLAGS += -O2
 else

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list