summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Usishchev <y.usishchev@samsung.com>2014-03-12 16:42:43 +0400
committerYury Usishchev <y.usishchev@samsung.com>2014-04-03 10:51:52 +0400
commit97ebfb7ce372107b66ee801de1da46d8c1d9b96c (patch)
tree86efdbb32be3d1b4933203ea2df443fe95d99ec3
parent52976c5b47b0c78226e5d55a59f3353ac504ea36 (diff)
downloadtexinfo-97ebfb7ce372107b66ee801de1da46d8c1d9b96c.tar.gz
texinfo-97ebfb7ce372107b66ee801de1da46d8c1d9b96c.tar.bz2
texinfo-97ebfb7ce372107b66ee801de1da46d8c1d9b96c.zip
This is needed for aarch64 build. Change-Id: Ib9890cecb3d37704f562edd4dcbcae3e162f97e3 Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
-rw-r--r--packaging/texinfo.spec7
1 files changed, 1 insertions, 6 deletions
diff --git a/packaging/texinfo.spec b/packaging/texinfo.spec
index 783ab2d0..a02c6ddb 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