Fix for bug 290482 - add the -l directive to fix the broken linker command
git-svn-id: svn://10.0.0.236/trunk@172699 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
391eab0f59
commit
5822174eaf
@ -104,7 +104,7 @@ GENEXPARGS=$(BUILD_DEBUG) $(SSLDAPVERS_SUFFIX) $(SSLDAPVERS)
|
||||
endif # USE_DLL_EXPORTS_FILE
|
||||
|
||||
ifeq ($(OS_ARCH), SunOS)
|
||||
EXTRA_LIBS = -L(dist_libdir) -l$(LDAP_LIBNAME)
|
||||
EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_LIBNAME)
|
||||
EXTRA_LIBS += $(DYNAMICNSPR)
|
||||
endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user