From 86a570a74174ebff674690fa0788731c252a1bfa Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 11 Aug 2019 11:21:10 +0000 Subject: user/firefox-esr: bump to 68.0.1 --- user/firefox-esr/fix-arm-version-detect.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 user/firefox-esr/fix-arm-version-detect.patch (limited to 'user/firefox-esr/fix-arm-version-detect.patch') diff --git a/user/firefox-esr/fix-arm-version-detect.patch b/user/firefox-esr/fix-arm-version-detect.patch deleted file mode 100644 index c0c2a2e83..000000000 --- a/user/firefox-esr/fix-arm-version-detect.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/build/autoconf/arch.m4 b/build/autoconf/arch.m4 -index b62ea71..53179a7 100644 ---- a/build/autoconf/arch.m4 -+++ b/build/autoconf/arch.m4 -@@ -215,7 +215,7 @@ if test "$CPU_ARCH" = "arm"; then - - AC_MSG_CHECKING(ARM version support in compiler) - dnl Determine the target ARM architecture (5 for ARMv5, v5T, v5E, etc.; 6 for ARMv6, v6K, etc.) -- ARM_ARCH=`${CC-cc} ${CFLAGS} -dM -E - < /dev/null | sed -n 's/.*__ARM_ARCH_\([[0-9]][[0-9]]*\).*/\1/p'` -+ ARM_ARCH=`${CC-cc} ${CFLAGS} -dM -E - < /dev/null | sed -n 's/.*__ARM_ARCH_\([[0-9]][[0-9]]*\).*/\1/p' | head -n 1` - AC_MSG_RESULT("$ARM_ARCH") - - AC_MSG_CHECKING(for ARM NEON support in compiler) -- cgit v1.2.3-60-g2f50