mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
defs.mk: Fix jux dependencies from ntv2
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ab27ff2a55
commit
26c3b7d741
1 changed files with 2 additions and 2 deletions
|
|
@ -1254,8 +1254,8 @@ endif
|
|||
ifneq ($(filter ntv2,$(PREREQ_BUILD)),)
|
||||
NTV2_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/ntv2 /opt/$(FLAVOUR_PATH_PREFIX)ntv2))
|
||||
NTV2_VERSION = $(call version,$(NTV2_DIR))
|
||||
RPM_REQUIRES_RUN += $(FLAVOUR_PREFIX)dspider-ntv2-run = $(NTV2_VERSION)
|
||||
RPM_REQUIRES_DEVEL += $(FLAVOUR_PREFIX)dspider-ntv2-devel = $(NTV2_VERSION)
|
||||
RPM_REQUIRES_RUN += $(FLAVOUR_PREFIX)ntv2-run = $(NTV2_VERSION)
|
||||
RPM_REQUIRES_DEVEL += $(FLAVOUR_PREFIX)ntv2-devel = $(NTV2_VERSION)
|
||||
PREREQ_BUILD += ytools
|
||||
INCLUDE += -I$(NTV2_DIR)/include
|
||||
LIBFLAGS += -L$(NTV2_DIR)/lib -lntv2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue