Skip to content

Commit

Permalink
Bug 667938, allow to disable the use of rpath at build time, patch by…
Browse files Browse the repository at this point in the history
… Mike Hommey, r=kaie
  • Loading branch information
kaie%kuix.de committed Jun 21, 2012
1 parent 0e3c779 commit ff3ffd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/nss/cmd/platlibs.mk
Expand Up @@ -6,6 +6,7 @@
# set RPATH-type linker instructions here so they can be used in the shared
# version and in the mixed (static nss libs/shared NSPR libs) version.

ifndef DISABLE_RPATH
ifeq ($(OS_ARCH), SunOS)
ifeq ($(BUILD_SUN_PKG), 1)
ifeq ($(USE_64), 1)
Expand Down Expand Up @@ -47,6 +48,7 @@ EXTRA_SHARED_LIBS += -Wl,+b,'$$ORIGIN/../lib'
endif
endif
endif
endif

ifdef NSS_DISABLE_DBM
DBMLIB = $(NULL)
Expand Down

0 comments on commit ff3ffd4

Please sign in to comment.