]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- disable EFI support on x32 for now
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Jul 2015 19:41:43 +0000 (21:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Jul 2015 19:41:43 +0000 (21:41 +0200)
systemd.spec

index 2cbc94d3436b150201375da5778dc05167bebd82..1b2ead23c94315ec5055b0962fede421893e2799 100644 (file)
@@ -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
This page took 0.28283 seconds and 4 git commands to generate.