mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
defs.mk: Fix dependencies of USE_CCONSOLE
This commit is contained in:
parent
f2bcc511f3
commit
c84024dfa7
1 changed files with 2 additions and 2 deletions
|
|
@ -640,8 +640,8 @@ endif
|
|||
ifeq ($(USE_CCONSOLE),true)
|
||||
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)
|
||||
RPM_REQUIRES_RUN += dspider-cconsole-run >= $(CCONSOLE_VERSION)
|
||||
RPM_REQUIRES_DEVEL += dspider-cconsole-devel >= $(CCONSOLE_VERSION)
|
||||
USE_YTOOLS = true
|
||||
INCLUDE += -I$(CCONSOLE_DIR)/include
|
||||
#LIBFLAGS += -L$(CCONSOLE_DIR)/lib -lcconsole
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue