From c5af98dce418a8bf95372da393c6096601c679eb Mon Sep 17 00:00:00 2001 From: "Joseph R. Prostko" Date: Thu, 1 Nov 2012 00:11:26 -0400 Subject: [PATCH] Revert of hrev44719 * The buildtool sources were updated in btrev43044 to include the gnu directory * Now xattr.h (or any future headers in gnu) will be found --- build/jam/OptionalPackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 5c731e2a30..52e822a9f0 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -841,7 +841,7 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentMin ] && $(TARGET_ARCH) = x86 { # BSD and GNU compatibility headers AddHeaderDirectoryToHaikuImage compatibility bsd : bsd ; - AddHeaderDirectoryToHaikuImage compatibility gnu : 3rdparty ; + AddHeaderDirectoryToHaikuImage compatibility gnu : gnu ; # third party libs headers AddHeaderDirectoryToHaikuImage libs ncurses : 3rdparty ;