Work-around tizen-llvm bug on headers test sandbox/nmerinov/llvm
authorNikolai Merinov <n.merinov@samsung.com>
Thu, 24 Jan 2019 13:57:51 +0000 (16:57 +0300)
committerNikolai Merinov <n.merinov@samsung.com>
Thu, 24 Jan 2019 13:57:54 +0000 (16:57 +0300)
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/coreutils.spec

index 1612f1142d7dfe30fd6e95679f326b82c5e4ce60..712906abb39576728fdb7a894c0bb61315473e66 100644 (file)
@@ -67,7 +67,7 @@ pushd ../mktemp-1.5
 make
 popd
 
-%configure
+%configure gl_cv_header_working_stdint_h=yes gl_cv_header_working_inttypes_h=yes
 make
 
 %check