]> git.pld-linux.org Git - packages/efivar.git/commitdiff
- -Wno-address-of-packed-member no longer needed; static efivar is broken (guids... auto/th/efivar-38-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Jul 2022 17:44:48 +0000 (19:44 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Jul 2022 17:44:48 +0000 (19:44 +0200)
efivar.spec

index 7a4e0a85397cb4be340354a5776137b64b220050..714fb4353f26310a98167a18fa58698590fd316b 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without static          # efivar-static binary (static version of efivar)
+%bcond_with    static          # efivar-static binary (static version of efivar; broken as of 38)
 %bcond_without static_libs     # static libraries
 #
 Summary:       Tools to manage UEFI variables
@@ -76,11 +76,6 @@ Statyczna biblioteka efivar.
 %patch1 -p1
 
 %build
-%if "%{cc_version}" >= "9"
-WFLAGS=-Wno-address-of-packed-member
-%else
-WFLAGS=
-%endif
 %{__make} -j1 all static \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} $WFLAGS" \
This page took 0.151549 seconds and 4 git commands to generate.