]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- disable efi by default (missing files in systemd-220 sources)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jun 2015 16:40:08 +0000 (18:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jun 2015 16:40:08 +0000 (18:40 +0200)
systemd.spec

index 32d96220510a77c348990daf3a194bcef91fbd1a..47f9074c2d5504b26ed3b9e3a2c1afa9fdc9eb1d 100644 (file)
@@ -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} \
This page took 0.039759 seconds and 4 git commands to generate.