Fix build with RPM 4.19
RPM 4.19 introduces Dynamic Spec Generation which creates a SPECPARTS directory with this build system does not expect. https://rpm-software-management.github.io/rpm/manual/dynamic_specs.html
This commit is contained in:
parent
81996a57b9
commit
4c53b7f128
@ -31,7 +31,7 @@ problems.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" SKIPDIRS="${RPM_SPECPARTS_DIR##*/}"
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user