[SCM] x264/master: Build ahsred lib with --enable-pic on mips*, hopefully fixes FTBFS on these arches.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Jul 27 07:48:27 UTC 2011


The following commit has been merged in the master branch:
commit e1a09234e0bef4798161253aeabce103f4141cf5
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Wed Jul 27 09:49:28 2011 +0200

    Build ahsred lib with --enable-pic on mips*, hopefully fixes FTBFS on these arches.

diff --git a/debian/confflags b/debian/confflags
index 82b0133..a29c2ed 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -96,8 +96,9 @@ endif
 
 # MIPS upstream arch, mips and mipsel Debian arches; no upstream flags by
 # default
-#ifneq (,$(filter mips mipsel,$(DEB_HOST_GNU_CPU)))
-#endif
+ifneq (,$(filter mips mipsel,$(DEB_HOST_GNU_CPU)))
+shared_confflags += --enable-pic
+endif
 
 # ARM upsteam arch, arm, armeb, and armel Debian arches; upstream prepends -O3
 # -fno-fast-math by default, but that's ok as we override -O and we don't care

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list