From 97ebfb7ce372107b66ee801de1da46d8c1d9b96c Mon Sep 17 00:00:00 2001 From: Yury Usishchev Date: Wed, 12 Mar 2014 16:42:43 +0400 Subject: [PATCH] Aarch64 build fix This is needed for aarch64 build. Change-Id: Ib9890cecb3d37704f562edd4dcbcae3e162f97e3 Signed-off-by: Yury Usishchev --- packaging/texinfo.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packaging/texinfo.spec b/packaging/texinfo.spec index 783ab2d..a02c6dd 100644 --- a/packaging/texinfo.spec +++ b/packaging/texinfo.spec @@ -143,12 +143,7 @@ popd export PATH make %{?_smp_mflags}; pushd ../texi2html-%{version_t2h} - ./configure --build=$HOST \ - --prefix=%{_prefix} \ - --mandir=%{_mandir} \ - --datadir=%{_datadir} \ - --infodir=%{_infodir} \ - --without-included-gettext \ + %reconfigure --without-included-gettext \ --enable-nls make %{?_smp_mflags}; popd -- 2.7.4