fix for 291993: find the NSPR libraries in the correct location in the dist build tree and make prldap have a run time dependency on them
git-svn-id: svn://10.0.0.236/trunk@173259 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
09d1d3026a
commit
ae660cedf5
@ -117,7 +117,9 @@ endif
|
||||
|
||||
ifeq ($(OS_ARCH), SunOS)
|
||||
EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_LIBNAME)
|
||||
EXTRA_LIBS += -L$(dist_libdir) $(DYNAMICNSPR)
|
||||
# NSPR, NSS, etc. other mozilla components do not put their shared libs
|
||||
# in dist_libdir but rather in $(DIST)/$(RELEASE_OBJDIR_NAME)/lib
|
||||
EXTRA_LIBS += -L$(DIST)/$(RELEASE_OBJDIR_NAME)/lib $(DYNAMICNSPR)
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
|
||||
@ -105,7 +105,9 @@ endif # USE_DLL_EXPORTS_FILE
|
||||
|
||||
ifeq ($(OS_ARCH), SunOS)
|
||||
EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_LIBNAME)
|
||||
EXTRA_LIBS += $(DYNAMICNSPR)
|
||||
# NSPR, NSS, etc. other mozilla components do not put their shared libs
|
||||
# in dist_libdir but rather in $(DIST)/$(RELEASE_OBJDIR_NAME)/lib
|
||||
EXTRA_LIBS += -L$(DIST)/$(RELEASE_OBJDIR_NAME)/lib $(DYNAMICNSPR)
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user