1
0
mirror of https://passt.top/passt synced 2024-06-29 22:42:46 +00:00

fedora: Don't hardcode CFLAGS setting, use %set_build_flags macro instead

This will also set any distribution-specific LDFLAGS. It's not needed
anymore starting from Fedora 36, but the package might be built on
other versions and distributions too (including e.g. CentOS Stream 8).

Reported-by: Artur Frenszek-Iwicki <fedora@svgames.pl>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-08-18 21:11:38 +02:00
parent 9652674abf
commit fece3c7612

View File

@ -47,7 +47,7 @@ This package adds SELinux enforcement to passt(1) and pasta(1).
%setup -q -n passt-{{{ git_head }}}
%build
export CFLAGS="%{optflags}"
%set_build_flags
%make_build
%install