Drop redundant option from %meson
There's no need to pass the --buildtype=plain option to the %meson RPM macro, because it's one of the default options used by the macro. There's no need to do a build just for this. Resolves: #2164980, #2165743
This commit is contained in:
parent
bdfccad670
commit
b2abc40da8
@ -105,7 +105,6 @@ ln -s src/pkg pkg
|
|||||||
ln -s src/vendor vendor
|
ln -s src/vendor vendor
|
||||||
|
|
||||||
%meson \
|
%meson \
|
||||||
--buildtype=plain \
|
|
||||||
-Dmigration_path_for_coreos_toolbox=true \
|
-Dmigration_path_for_coreos_toolbox=true \
|
||||||
-Dprofile_dir=%{_sysconfdir}/profile.d \
|
-Dprofile_dir=%{_sysconfdir}/profile.d \
|
||||||
-Dtmpfiles_dir=%{_tmpfilesdir}
|
-Dtmpfiles_dir=%{_tmpfilesdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user