Skip to content

Commit

Permalink
Fix for bug 331096 . NSS softoken must detect forks on all unix-ish p…
Browse files Browse the repository at this point in the history
…latforms. r=nelson
  • Loading branch information
julien.pierre.boogz%sun.com committed Feb 5, 2008
1 parent 4d6b8d2 commit 5a67da4
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 11 deletions.
4 changes: 4 additions & 0 deletions security/nss/lib/softoken/config.mk
Expand Up @@ -94,6 +94,10 @@ EXTRA_SHARED_LIBS += \
$(NULL)
endif

ifeq ($(OS_TARGET),AIX)
OS_LIBS += -lpthread
endif

ifeq ($(OS_TARGET),SunOS)
# The -R '$ORIGIN' linker option instructs this library to search for its
# dependencies in the same directory where it resides.
Expand Down

0 comments on commit 5a67da4

Please sign in to comment.