[SCM] libav-extra/master: confflags: use --enable-pic instead of manually messing with cflags

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


The following commit has been merged in the master branch:
commit 2e1d6fb7f9702aeccb494e86ce569dc138a070ce
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Fri Jan 27 14:16:47 2012 +0100

    confflags: use --enable-pic instead of manually messing with cflags
    
    Also drop -marm from cflag as the configure script adds it
    automatically.
    
    Thanks to Janne Grunau and Måns Rullgard for the suggestion.

diff --git a/debian/confflags b/debian/confflags
index 6ce075a..cbc9f16 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -117,7 +117,7 @@ confflags += --enable-libfreetype
 ifeq      ($(DEB_HOST_ARCH),armel)
 # this is required on Ubuntu lucid as it defaults to thumb2 and Libav has
 # plenty of incompatible assembly; not sure how to detect that properly
-confflags += --extra-cflags="-marm -fPIC -DPIC"
+confflags += --enable-pic
 endif
 
 ifeq      ($(DEB_HOST_ARCH),powerpc)

-- 
libav-extra packaging



More information about the pkg-multimedia-commits mailing list