From ccebcf4e6d0b42681cc78edbfd2d2adec674f7c7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 23 Apr 2012 17:59:18 +0000 Subject: Fix access to libpthread headers from glibc * Makeconfig (+includes): Add our include/ directory in the header include path, for the rest of glibc. --- Makeconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3