summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-23 17:59:18 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-23 17:59:18 +0000
commitccebcf4e6d0b42681cc78edbfd2d2adec674f7c7 (patch)
tree7804310bf3164115f774d1096b16bfb6e0da963a
parent7c290d1513af40e81b613ef41502c2fbc6c3c402 (diff)
Fix access to libpthread headers from glibc
* Makeconfig (+includes): Add our include/ directory in the header include path, for the rest of glibc.
-rw-r--r--Makeconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index e7e567c..9ce18d3 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -8,3 +8,5 @@ static-thread-library = $(common-objpfx)libpthread/libpthread.a
bounded-thread-library = $(static-thread-library)
rpath-dirs += libpthread
+
++includes += -I$(..)libpthread/include