mirror of
https://abf.rosa.ru/djam/xz.git
synced 2025-02-24 19:12:58 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
8821831f12
commit
6956a7145e
1 changed files with 3 additions and 3 deletions
6
xz.spec
6
xz.spec
|
@ -96,7 +96,7 @@ export CONFIGURE_TOP=`pwd`
|
||||||
mkdir objs
|
mkdir objs
|
||||||
pushd objs
|
pushd objs
|
||||||
CFLAGS="%{optflags} -O3 -funroll-loops" \
|
CFLAGS="%{optflags} -O3 -funroll-loops" \
|
||||||
%configure2_5x
|
%configure
|
||||||
%make
|
%make
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ popd
|
||||||
mkdir objsdietlibc
|
mkdir objsdietlibc
|
||||||
pushd objsdietlibc
|
pushd objsdietlibc
|
||||||
CFLAGS="-Os" CC="diet gcc" \
|
CFLAGS="-Os" CC="diet gcc" \
|
||||||
%configure2_5x --disable-shared \
|
%configure --disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-xz \
|
--disable-xz \
|
||||||
--disable-xzdec \
|
--disable-xzdec \
|
||||||
|
@ -117,7 +117,7 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall_std -C objs
|
%make_install -C objs
|
||||||
|
|
||||||
install -d %{buildroot}/%{_lib}
|
install -d %{buildroot}/%{_lib}
|
||||||
mv %{buildroot}%{_libdir}/*.so.* %{buildroot}/%{_lib}/
|
mv %{buildroot}%{_libdir}/*.so.* %{buildroot}/%{_lib}/
|
||||||
|
|
Loading…
Add table
Reference in a new issue