mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
tr104: fix building issues
This commit is contained in:
parent
a73c089c2a
commit
ca6f227c1a
1 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ LOCAL_DEV:=0
|
|||
ifeq ($(LOCAL_DEV),0)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/voice/tr104.git
|
||||
PKG_SOURCE_VERSION:=2b286b48942f108447923892a7112f3036aea5db
|
||||
PKG_SOURCE_VERSION:=811f5fcb398869a7cc84812e375eb15c7f231588
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
endif
|
||||
|
|
@ -62,10 +62,10 @@ endif
|
|||
|
||||
ifeq ($(CONFIG_TR104_RUNAS_BBFDM_MICROSERVICE),y)
|
||||
MAKE_PATH:=libdm
|
||||
EXTRA_CFLAGS+= -I$(STAGING_DIR)/usr/include/libbbfdm-api
|
||||
#EXTRA_CFLAGS+= -I$(STAGING_DIR)/usr/include/libbbfdm-api
|
||||
CMAKE_OPTIONS += -DRUNAS_BBFDM_MICROSERVICE:BOOL=ON
|
||||
else
|
||||
EXTRA_CFLAGS+= -I$(STAGING_DIR)/usr/include/tr104
|
||||
#EXTRA_CFLAGS+= -I$(STAGING_DIR)/usr/include/tr104
|
||||
endif
|
||||
|
||||
ifeq ($(LOCAL_DEV),1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue