refind: update to 0.13.0.
This commit is contained in:
parent
18c5edd397
commit
c6eebef600
2 changed files with 4 additions and 29 deletions
|
@ -1,25 +0,0 @@
|
|||
From e34a16301f425f273a67ed3abbc45840bc82d892 Mon Sep 17 00:00:00 2001
|
||||
From: srs5694 <srs5694@users.sourceforge.net>
|
||||
Date: Fri, 15 May 2020 12:34:14 -0400
|
||||
Subject: [PATCH] Fix GCC 10 compile problem
|
||||
|
||||
---
|
||||
Make.common | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git Make.common Make.common
|
||||
index 3f0b919..95a3a97 100644
|
||||
--- Make.common
|
||||
+++ Make.common
|
||||
@@ -60,7 +60,7 @@ endif
|
||||
#
|
||||
|
||||
# ...for both GNU-EFI and TianoCore....
|
||||
-OPTIMFLAGS = -Os -fno-strict-aliasing
|
||||
+OPTIMFLAGS = -Os -fno-strict-aliasing -fno-tree-loop-distribute-patterns
|
||||
CFLAGS = $(OPTIMFLAGS) -fno-stack-protector -fshort-wchar -Wall
|
||||
|
||||
# ...for GNU-EFI....
|
||||
--
|
||||
2.30.0
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'refind'
|
||||
pkgname=refind
|
||||
version=0.12.0
|
||||
revision=3
|
||||
version=0.13.0
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64*"
|
||||
makedepends="gnu-efi-libs"
|
||||
depends="bash dosfstools efibootmgr"
|
||||
short_desc="EFI boot manager utility"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="GPL-3.0-only, BSD-3-Clause"
|
||||
license="GPL-3.0-only, BSD-3-Clause, BSD-2-Clause, GPL-2.0-only, LGPL-2.1-only"
|
||||
homepage="https://sourceforge.net/projects/refind/"
|
||||
distfiles="${SOURCEFORGE_SITE}/refind/refind-src-${version}.tar.gz"
|
||||
checksum=7bb8505bc9ff87a7b6de38bf9a91d46f4d613b30031d5eb088a4d791a31eb7c4
|
||||
checksum=c5d888f079f58ba5596782c1259e38100674de3398c3b579b6fc0f1738a33b7e
|
||||
python_version=2
|
||||
conf_files="/etc/default/refind-kernel-hook.conf"
|
||||
|
||||
|
|
Loading…
Reference in a new issue