From 625b6faa1ce352869cf173b96465ce7e3b00c29f Mon Sep 17 00:00:00 2001 From: Apurv Khatri Date: Tue, 25 Feb 2020 11:11:11 +0530 Subject: [PATCH] [Check]: Disable the document to correct build error. [issue] It causes build error. [Solution] Disable document. Change-Id: I5167bc04304496ba800b214fda80842b8c87bf15 --- packaging/check.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/check.spec b/packaging/check.spec index eba6cd3..6c28598 100644 --- a/packaging/check.spec +++ b/packaging/check.spec @@ -42,7 +42,8 @@ cp %{SOURCE1001} . export CFLAGS="%{optflags} -std=gnu99" export CXXFLAGS="%{optflags} -std=gnu99" export FFLAGS="%{optflags} -std=gnu99" -%configure --disable-static --with-pic +autoreconf -ivf +%configure --disable-static --with-pic --disable-build-docs make %{?_smp_mflags} %install -- 2.7.4