Change dash to underscore in %configure command
While this has no effect on the behaviour, we want to have Fedora spec file in sync with upstream-provided spec file.
This commit is contained in:
parent
6917d1c3b5
commit
8de4197ace
@ -133,7 +133,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fpie"
|
|||||||
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%configure --enable-sce --enable-perl --enable-selinux-policy
|
%configure --enable-sce --enable-perl --enable-selinux_policy
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
# Remove shebang from bash-completion script
|
# Remove shebang from bash-completion script
|
||||||
|
Loading…
Reference in New Issue
Block a user