configure gets invoked twice, export armv7hl magic to work around this
This commit is contained in:
parent
a560e55f79
commit
7d3ace2b3d
@ -151,6 +151,10 @@ rm -rf tmp
|
|||||||
# mv libNOTvpx_g.a libvpx_g.a
|
# mv libNOTvpx_g.a libvpx_g.a
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%ifarch armv7hl
|
||||||
|
export CROSS=armv7hl-redhat-linux-gnueabi-
|
||||||
|
export CHOST=armv7hl-redhat-linux-gnueabi-hardfloat
|
||||||
|
%endif
|
||||||
make DIST_DIR=%{buildroot}%{_prefix} dist
|
make DIST_DIR=%{buildroot}%{_prefix} dist
|
||||||
|
|
||||||
# Simpler to label the dir as %%doc.
|
# Simpler to label the dir as %%doc.
|
||||||
|
Loading…
Reference in New Issue
Block a user