fix LD_LIBRARY_PATH for VxWorks license manager
This commit is contained in:
@ -92,6 +92,9 @@ WIND_BASE = /opt/VxWorks/VxWorks$(VXWORKS_VERSION)
|
||||
#--------------------------------------------------
|
||||
# Modules we cannot build with old compiler
|
||||
|
||||
# For the license counter
|
||||
export LD_LIBRARY_PATH := $(LD_LIBRARY_PATH:%=%:)$(WIND_BASE)/lmapi-5.0/$(WIND_HOST_TYPE)/lib
|
||||
|
||||
PV_MODULES = pv% normativeTypes
|
||||
SKIP_BUILDS_5 = $(PV_MODULES)
|
||||
SKIP_BUILDS_OLD = $(PV_MODULES)
|
||||
|
Reference in New Issue
Block a user