summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorApurv Khatri <apurv.khatri@samsung.com>2020-02-25 11:11:11 +0530
committerYeongjong Lee <yj34.lee@samsung.com>2020-03-03 14:47:17 +0900
commit625b6faa1ce352869cf173b96465ce7e3b00c29f (patch)
tree6ee2ee80ad19ae3da40ec62bb002e933181f317d
parent5c3edb50b378e153db914ce8182373b8e35ed924 (diff)
downloadcheck-625b6faa1ce352869cf173b96465ce7e3b00c29f.tar.gz
check-625b6faa1ce352869cf173b96465ce7e3b00c29f.tar.bz2
check-625b6faa1ce352869cf173b96465ce7e3b00c29f.zip
[issue] It causes build error. [Solution] Disable document. Change-Id: I5167bc04304496ba800b214fda80842b8c87bf15
-rw-r--r--packaging/check.spec3
1 files changed, 2 insertions, 1 deletions
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