projects
/
product
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f458b
)
Work-around tizen-llvm bug on headers test
sandbox/nmerinov/llvm
author
Nikolai Merinov
<n.merinov@samsung.com>
Thu, 24 Jan 2019 13:57:51 +0000
(16:57 +0300)
committer
Nikolai 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
patch
|
blob
|
history
diff --git
a/packaging/coreutils.spec
b/packaging/coreutils.spec
index 1612f1142d7dfe30fd6e95679f326b82c5e4ce60..712906abb39576728fdb7a894c0bb61315473e66 100644
(file)
--- a/
packaging/coreutils.spec
+++ b/
packaging/coreutils.spec
@@
-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