mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Fix CCONSOLE_PATH
This commit is contained in:
parent
76f8843cd9
commit
2934e5d8d6
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ LIBFLAGS += -L$(BTOOLS_DIR)/lib -ldspider-btools
|
|||
endif
|
||||
|
||||
ifeq ($(USE_CCONSOLE),true)
|
||||
CCONSOLE_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/dspc/src/cconsole /opt/dspider/$(FLAVOUR_PATH_PREFIX)cconsole))
|
||||
CCONSOLE_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/dspc/src/cconsole /opt/$(FLAVOUR_PATH_PREFIX)dspider/cconsole))
|
||||
CCONSOLE_VERSION = $(call cat_version,$(CCONSOLE_DIR))
|
||||
RPM_REQUIRES_RUN += cconsole-run >= $(CCONSOLE_VERSION)
|
||||
RPM_REQUIRES_DEVEL += cconsole-devel >= $(CCONSOLE_VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue