From 3b589a0fb7b247b93edb70b5193e86282bd6f971 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 5 Apr 2010 19:21:50 +0000 Subject: [PATCH] Enable the mapping to positive POSIX error codes. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36043 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/libroot/posix/posixtestsuite/LDFLAGS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/system/libroot/posix/posixtestsuite/LDFLAGS b/src/tests/system/libroot/posix/posixtestsuite/LDFLAGS index aa701d911d..6c0149e09e 100644 --- a/src/tests/system/libroot/posix/posixtestsuite/LDFLAGS +++ b/src/tests/system/libroot/posix/posixtestsuite/LDFLAGS @@ -14,3 +14,5 @@ # allow for the NPTL-specific compilation (used in some test cases) # Note: this sometimes require the package nptl-devel.*.rpm to be installed. #-I /usr/include/nptl -L /usr/lib/nptl -D_XOPEN_SOURCE=600 -lpthread -lrt -lm + +-lposix_error_mapper -DB_USE_POSITIVE_POSIX_ERRORS