From 728f2d946fb50d36bba1c0c2bf888c795f8cd4bb Mon Sep 17 00:00:00 2001 From: Nikolai Merinov Date: Tue, 5 Feb 2019 13:18:28 +0300 Subject: Work-around tizen-llvm bug on headers test gnulib check on stdint.h and inttypes.h headers works incorrectly with tizen-clang-5.0.2, but they passed with tizen-gcc, ubuntu-clang-5.0.1, and ubuntu-clang-6.0.0 Mark gnulib checks passed, still required headers supported correctly. --- packaging/gpg2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/gpg2.spec b/packaging/gpg2.spec index 0355cc0..9e948a2 100644 --- a/packaging/gpg2.spec +++ b/packaging/gpg2.spec @@ -51,7 +51,8 @@ export LDFLAGS=-pie --with-scdaemon-pgm=%{_bindir}/scdaemon \ --enable-gpgsm=yes \ --enable-gpg \ - --with-gnu-ld + --with-gnu-ld \ + gl_cv_header_working_stdint_h=yes gl_cv_header_working_inttypes_h=yes %__make %{?_smp_mflags} -- cgit v1.2.3