[packages/systemd] - disable EFI support on x32 for now

qboosh qboosh at pld-linux.org
Sat Jul 18 21:40:30 CEST 2015


commit 2122435019e6ad88169570f0d62095611130d5df
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 18 21:41:43 2015 +0200

    - disable EFI support on x32 for now

 systemd.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/systemd.spec b/systemd.spec
index 2cbc94d..1b2ead2 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -19,7 +19,8 @@
 %bcond_without	python3		# Python 3.x support
 %bcond_with	tests		# "make check" (requires systemd already installed)
 
-%ifnarch %{ix86} %{x8664} x32 aarch64
+%ifnarch %{ix86} %{x8664} aarch64
+# x32 disabled - maybe it's possible to build x64 EFI, but it requires some hacking (add -m64 to EFI gcc command line?)
 %undefine	with_efi
 %endif
 Summary:	A System and Service Manager
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/2122435019e6ad88169570f0d62095611130d5df



More information about the pld-cvs-commit mailing list