mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
ce21efa858
- Pull in fixes for TSC calibration driver preference (prefer pmtimer over PIT) to boot on Apollo Lake systems with no PIT - Fix pmtimer calibration to not take forever to fail on kvm. Signed-off-by: Peter Jones <pjones@redhat.com>
29 lines
829 B
Diff
29 lines
829 B
Diff
From ee83919e938e7987c2753b3003a2074e92edf671 Mon Sep 17 00:00:00 2001
|
|
From: Andrei Borzenkov <arvidjaar@gmail.com>
|
|
Date: Sun, 13 Mar 2016 08:11:58 +0300
|
|
Subject: [PATCH 007/123] Makefile.util.def: add $LIBINTL to grub-macbless
|
|
flags
|
|
|
|
Fixes compilation on OpenBSD 5.9.
|
|
|
|
Reported by Jiri B <jirib@devio.us>
|
|
---
|
|
Makefile.util.def | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.util.def b/Makefile.util.def
|
|
index ed9b4c697..f9caccb97 100644
|
|
--- a/Makefile.util.def
|
|
+++ b/Makefile.util.def
|
|
@@ -416,7 +416,7 @@ program = {
|
|
ldadd = libgrubgcry.a;
|
|
ldadd = libgrubkern.a;
|
|
ldadd = grub-core/gnulib/libgnu.a;
|
|
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
|
|
+ ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
|
|
};
|
|
|
|
data = {
|
|
--
|
|
2.14.3
|
|
|