mirror of
https://abf.rosa.ru/djam/angie.git
synced 2025-02-24 19:32:47 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
591d6fa537
commit
df84c7c0c5
1 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ tar -xf %{SOURCE10}
|
|||
|
||||
%build
|
||||
%global optflags %{optflags} -fno-strict-aliasing
|
||||
%setup_compile_flags
|
||||
%set_build_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 OPTIMIZE="-fno-PIE"
|
||||
%make_build OPTIMIZE="-fno-PIE"
|
||||
|
||||
%install
|
||||
%makeinstall_std INSTALLDIRS=vendor
|
||||
%make_install INSTALLDIRS=vendor
|
||||
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name perllocal.pod -exec rm -f {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue