]> git.proxmox.com Git - systemd.git/commitdiff
Enable GNU EFI support and add gnu-efi build dep
authorMartin Pitt <martin.pitt@ubuntu.com>
Sun, 26 Jul 2015 10:39:04 +0000 (12:39 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Sun, 26 Jul 2015 10:39:04 +0000 (12:39 +0200)
This enables/ships the systemd EFI boot loader.

Closes: #787720
debian/changelog
debian/control
debian/rules

index 0d58ab5dee8e027130347cdc41a5a60812a52d30..7cb36aef4f44f73d4ca80179c17785aa4d4a3567 100644 (file)
@@ -1,10 +1,15 @@
 systemd (222-3) UNRELEASED; urgency=medium
 
+  [ Michael Biebl ]
   * udev: Remove obsolete rm_conffile/mv_conffile functions from udev.preinst.
     The udev package is using dpkg-maintscripts-helper now to remove obsolete
     conffiles.
   * systemd: Remove obsolete conffile clean up from pre-wheezy.
 
+  [ Martin Pitt ]
+  * Enable GNU EFI support and add gnu-efi build dep. This enables/ships the
+    systemd EFI boot loader. (Closes: #787720)
+
  -- Michael Biebl <biebl@debian.org>  Tue, 21 Jul 2015 22:24:51 +0200
 
 systemd (222-2) unstable; urgency=medium
index f41bc378c305ebea252d4887be4973a3cca47d4f..64e08091bb7fcd8ca23d8ab6bc4aa83a8eb6e1f5 100644 (file)
@@ -22,6 +22,7 @@ Build-Depends: debhelper (>= 9),
                autoconf (>= 2.63),
                intltool,
                gperf,
+               gnu-efi,
                libcap-dev (>= 1:2.24-9~),
                libpam0g-dev,
                libapparmor-dev (>= 2.9.0-3+exp2),
index 97638bebf3910e53e899ef93fea454a2fb47aad0..a5de6e06c63bc5024d7325e9bc69b3aa4892d281 100755 (executable)
@@ -50,6 +50,7 @@ CONFFLAGS_deb = \
        --enable-compat-libs \
        --enable-hwdb \
        --enable-efi \
+       --enable-gnuefi \
        PYTHON=python3
 
 CONFFLAGS_udeb = \
@@ -82,6 +83,7 @@ CONFFLAGS_udeb = \
        --disable-hwdb \
        --disable-manpages \
        --disable-efi \
+       --disable-gnuefi \
        --disable-seccomp \
        --without-python