summaryrefslogtreecommitdiff
path: root/pr/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/Makefile')
-rw-r--r--pr/tests/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/pr/tests/Makefile b/pr/tests/Makefile
index a004d214..b84afe65 100644
--- a/pr/tests/Makefile
+++ b/pr/tests/Makefile
@@ -281,6 +281,12 @@ ifeq ($(OS_ARCH), NCR)
export LD_RUN_PATH = $(PWD)/$(DIST)/lib
endif
+ifeq ($(OS_ARCH), NEXTSTEP)
+# balazs.pataki@sztaki.hu: linkage is done in a different pass in the `tests'
+# modeul, so we have to pass the `-posix' flag by "hand" to `ld'
+LDOPTS += -posix
+endif
+
ifeq ($(OS_ARCH), NEWS-OS)
# This hardcodes in the executable programs the directory to find
# libnspr.so etc. at program startup. Equivalent to the -R or -rpath