bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 16:14:53 +03:00
parent df84c7c0c5
commit bef725c9e0

View file

@ -102,7 +102,7 @@ tar -xf %{SOURCE10}
%build
%global optflags %{optflags} -fno-strict-aliasing
%set_build_flags
%setup_compile_flags
./configure \
--user=%{nginx_user} \
--group=%{nginx_group} \
@ -144,10 +144,10 @@ tar -xf %{SOURCE10}
# this is only passed to perl module being built and only overrides the
# default '-O' flag which anyways lowers optimizations (which we don't
# want)
%make_build OPTIMIZE="-fno-PIE"
%make OPTIMIZE="-fno-PIE"
%install
%make_install INSTALLDIRS=vendor
%makeinstall_std INSTALLDIRS=vendor
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name perllocal.pod -exec rm -f {} \;