Accepting request 102763 from home:pontostroy
fix ld_preload libxcb-util.so.0 on %ix86 OBS-URL: https://build.opensuse.org/request/show/102763 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=185
This commit is contained in:
parent
9d868c402d
commit
94b2d56428
@ -100,6 +100,10 @@ This package contains all necessary include files and libraries needed
|
||||
to develop X11 applications that require these.
|
||||
|
||||
%prep
|
||||
%ifarch %ix86
|
||||
sed -i 's/lib64/%{_lib}/g' %{SOURCE91}
|
||||
sed -i 's/lib64/%{_lib}/g' %{SOURCE92}
|
||||
%endif
|
||||
%setup -q -T -c %{name}
|
||||
for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
|
||||
pushd libXft-*/src
|
||||
|
Loading…
Reference in New Issue
Block a user