Skip to content

Commit

Permalink
Bug 494107: added 'else' after the BUILD_SUN_PKG case so that we don'…
Browse files Browse the repository at this point in the history
…t add

redundant -rpath flags in that case.  r=glen.beasley.
  • Loading branch information
wtc%google.com committed Jun 15, 2009
1 parent 65174e8 commit dc0a158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/nss/cmd/platlibs.mk
Expand Up @@ -57,13 +57,14 @@ EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIG
else
EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
endif
endif
else
ifeq ($(USE_64), 1)
EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib'
else
EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib'
endif
endif
endif

ifeq ($(OS_ARCH), HP-UX)
ifeq ($(OS_TEST), ia64)
Expand Down

0 comments on commit dc0a158

Please sign in to comment.