diff options
Diffstat (limited to 'nsprpub/pr/tests/Makefile.in')
-rw-r--r-- | nsprpub/pr/tests/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nsprpub/pr/tests/Makefile.in b/nsprpub/pr/tests/Makefile.in index 79a67f09c..df1f1f2dd 100644 --- a/nsprpub/pr/tests/Makefile.in +++ b/nsprpub/pr/tests/Makefile.in @@ -373,6 +373,9 @@ endif ifeq (,$(filter-out FreeBSD OpenBSD BSD_OS QNX Darwin OpenUNIX,$(OS_ARCH))) LIBPTHREAD = endif +ifeq ($(OS_ARCH)$(basename $(OS_RELEASE)),HP-UXB.10) +LIBPTHREAD = -ldce +endif endif ifeq ($(OS_TARGET),Android) |