From patchwork Fri Jan 11 13:33:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] libav: add support for AArch64 Date: Fri, 11 Jan 2013 13:33:07 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 42491 Message-Id: <1357911187-5679-1-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- .../0001-configure-enable-pic-for-AArch64.patch | 27 ++++++++++++++++++++++ meta-oe/recipes-multimedia/libav/libav_0.8.3.bb | 5 ++++ 2 files changed, 32 insertions(+) create mode 100644 meta-oe/recipes-multimedia/libav/libav-0.8.3/0001-configure-enable-pic-for-AArch64.patch diff --git a/meta-oe/recipes-multimedia/libav/libav-0.8.3/0001-configure-enable-pic-for-AArch64.patch b/meta-oe/recipes-multimedia/libav/libav-0.8.3/0001-configure-enable-pic-for-AArch64.patch new file mode 100644 index 0000000..27d1d4a --- /dev/null +++ b/meta-oe/recipes-multimedia/libav/libav-0.8.3/0001-configure-enable-pic-for-AArch64.patch @@ -0,0 +1,27 @@ +From 58db99e98f615d79ea90cac8f4bcf11c94e3e7c7 Mon Sep 17 00:00:00 2001 +From: Marcin Juszkiewicz +Date: Thu, 10 Jan 2013 12:42:19 +0100 +Subject: [PATCH] configure: enable pic for AArch64 + +Signed-off-by: Marcin Juszkiewicz + +Upstream-status: Backport +--- + configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- git.orig/configure ++++ git/configure +@@ -2390,11 +2390,11 @@ EOF + + check_host_cflags -std=c99 + check_host_cflags -Wall + + case "$arch" in +- alpha|ia64|mips|parisc|sparc) ++ alpha|ia64|mips|parisc|sparc|aarch64) + spic=$shared + ;; + x86) + subarch="x86_32" + check_cc <