зеркало из https://github.com/mozilla/gecko-dev.git
Bug 648730 - Fix Kerberos/GSSAPI authentication on OpenBSD r=khuey
This commit is contained in:
Родитель
c1ef5ff2fe
Коммит
a50dce5c19
|
@ -253,6 +253,11 @@ ifdef MOZ_ENABLE_LIBXUL
|
|||
include $(srcdir)/libxul-rules.mk
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OpenBSD)
|
||||
# Needed by nsAuthGSSAPI
|
||||
EXTRA_DSO_LDOPTS += -lkrb5 -lcrypto
|
||||
endif
|
||||
|
||||
ifdef MOZ_JAVAXPCOM
|
||||
dlldeps-javaxpcom.cpp: $(topsrcdir)/extensions/java/xpcom/src/dlldeps-javaxpcom.cpp
|
||||
$(INSTALL) $^ .
|
||||
|
|
Загрузка…
Ссылка в новой задаче