[llvm/f14/master] Re-add default include directory

Michel Alexandre Salim salimma at fedoraproject.org
Thu Oct 14 21:58:42 UTC 2010


commit b3327249f3dda539b44a535dcaea83ef2a69e752
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Oct 14 23:58:09 2010 +0200

    Re-add default include directory

 llvm.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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}
 


More information about the scm-commits mailing list