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:
cls%seawood.org 2000-12-23 03:11:17 +00:00
Родитель aa26bbda90
Коммит 4761f187d0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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
####################################