From 674cb111b95628110a0f7ae4aa311f14f8a93a55 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Tue, 20 Dec 2016 13:11:44 +0900 Subject: Remove /usr/include path from CPLUS_INCLUDE_PATH The known issue on gcc 6.x Change-Id: I70a28b3202d0d5f2277c653d6745d4e39bad32ac Signed-off-by: Jiyoung Yun --- packaging/coreclr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index edc78dc686..01849e9961 100644 --- a/packaging/coreclr.spec +++ b/packaging/coreclr.spec @@ -134,7 +134,7 @@ export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib64/:/usr/lib64/gcc/x86_64-tizen- export CFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/" export CPPFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/" export CXXFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/" -export CPLUS_INCLUDE_PATH="/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/local/lib/clang/3.8.1/include/:/usr/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/c++/x86_64-tizen-linux-gnu/" +export CPLUS_INCLUDE_PATH="/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/local/lib/clang/3.8.1/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/6.2.1/include/c++/x86_64-tizen-linux-gnu/" export C_INCLUDE_PATH="/usr/local/include/llvm-c/:/usr/include/" %endif -- cgit v1.2.3