Do not pull PSM/NSS by default until the conflict problem with the PSM Makefiles is resolved.
do: make -f client.mk pull_all BUILD_MODULES=psm if you want to build psm/psm-glue/nss
This commit is contained in:
Родитель
aa26bbda90
Коммит
4761f187d0
|
@ -236,6 +236,10 @@ endif
|
|||
ifeq (,$(filter directory/c-sdk, $(BUILD_MODULE_DIRS) $(BUILD_MODULE_DEP_DIRS)))
|
||||
CVSCO_LDAPCSDK :=
|
||||
endif
|
||||
else
|
||||
# Do not pull PSM/NSS by default
|
||||
CVSCO_PSM :=
|
||||
CVSCO_NSS :=
|
||||
endif
|
||||
|
||||
####################################
|
||||
|
|
Загрузка…
Ссылка в новой задаче