Navigation Menu

Skip to content

Commit

Permalink
Bugzilla bug #54989: Use the AIX -brtl linker option to link the NSS
Browse files Browse the repository at this point in the history
utilities with NSPR shared libraries.  Reviewed by Bob Relyea.
  • Loading branch information
wtc%netscape.com committed Jan 30, 2001
1 parent 4d0461d commit 39bc13f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions security/nss/cmd/platlibs.mk
Expand Up @@ -110,6 +110,10 @@ EXTRA_LIBS += \
$(DIST)/lib/libdbm.$(LIB_SUFFIX) \
$(NULL)

ifeq ($(OS_ARCH), AIX)
EXTRA_SHARED_LIBS += -brtl
endif

# $(PROGRAM) has NO explicit dependencies on $(EXTRA_SHARED_LIBS)
# $(EXTRA_SHARED_LIBS) come before $(OS_LIBS), except on AIX.
EXTRA_SHARED_LIBS += \
Expand Down

0 comments on commit 39bc13f

Please sign in to comment.