From d17ad1282a9f45eca9cd2820340b800106f7668c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 13 Jun 2015 18:40:08 +0200 Subject: [PATCH] - disable efi by default (missing files in systemd-220 sources) --- systemd.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemd.spec b/systemd.spec index 32d9622..47f9074 100644 --- a/systemd.spec +++ b/systemd.spec @@ -15,6 +15,7 @@ %bcond_without qrencode # QRencode support %bcond_without selinux # without SELinux support %bcond_without tcpd # libwrap (tcp_wrappers) support +%bcond_with efi # EFI boot support [missing files in 220] %bcond_with tests # "make check" (requires systemd already installed) Summary: A System and Service Manager @@ -82,6 +83,7 @@ BuildRequires: elfutils-devel BuildRequires: gettext-tools BuildRequires: glib2-devel >= 1:2.22.0 BuildRequires: glibc-misc +%{?with_efi:BuildRequires: gnu-efi} BuildRequires: gnutls-devel >= 3.1.4 BuildRequires: gobject-introspection-devel >= 1.31.1 BuildRequires: gperf @@ -702,6 +704,7 @@ cp -p %{SOURCE2} src/systemd_booted.c %{?debug:--enable-debug} \ %{__enable_disable audit} \ %{__enable_disable cryptsetup libcryptsetup} \ + %{__enable_disable efi gnuefi} \ %{__enable_disable pam} \ %{__enable_disable selinux} \ %{__enable_disable tcpd tcpwrap} \ -- 2.44.0