Use _make_verbose instead of hacks
This is the single package which won't build with make V=1. Now that RPM has %_make_verbose to override this, use it instead of redefinining %make_build.
This commit is contained in:
parent
513fee665f
commit
fdc6fd1f93
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# A change in RPM 4.15 causes the make_build macro to misbuild this package.
|
||||
# See https://github.com/rpm-software-management/rpm/issues/798
|
||||
%global make_build %{__make} %{?_make_output_sync} %{?_smp_mflags}
|
||||
%global _make_verbose %nil
|
||||
|
||||
Name: apcupsd
|
||||
Version: 3.14.14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue