From b3327249f3dda539b44a535dcaea83ef2a69e752 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 14 Oct 2010 23:58:09 +0200 Subject: [PATCH] Re-add default include directory --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 97d7231..e344150 100644 --- a/llvm.spec +++ b/llvm.spec @@ -216,7 +216,7 @@ popd --enable-debug-runtime \ --enable-jit \ --enable-shared \ - --with-c-include-dirs=$(echo /usr/lib/gcc/*/*/include) \ + --with-c-include-dirs=/usr/include:$(echo /usr/lib/gcc/*/*/include) \ --with-cxx-include-root=$(echo /usr/include/c++/*) \ --with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os}