bot: rpm5 -> rpm4 (1)

This commit is contained in:
NixTux Commit Bot 2020-01-04 04:49:30 +03:00
parent 591d6fa537
commit df84c7c0c5

View file

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