mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-08 23:36:28 +00:00
Enable GNU EFI support and add gnu-efi build dep
This enables/ships the systemd EFI boot loader. Closes: #787720
This commit is contained in:
parent
951742fddf
commit
378a828a0a
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@ -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),
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user