mirror of https://github.com/OpenIPC/firmware.git
Packages: adjust baresip-openipc (#1011)
parent
c5f1c1725a
commit
5402406e0b
|
@ -0,0 +1,10 @@
|
|||
--- a/mk/modules.mk 1970-01-01 03:00:00.000000000 +0300
|
||||
+++ b/mk/modules.mk 1970-01-01 03:00:00.000000000 +0300
|
||||
@@ -62,7 +62,6 @@
|
||||
USE_CONS := 1
|
||||
USE_G711 := 1
|
||||
USE_L16 := 1
|
||||
-USE_DBUS := 1
|
||||
USE_HTTPREQ := 1
|
||||
USE_NETROAM := 1
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
############################################################################
|
||||
#############################################################
|
||||
#
|
||||
# libre-openipc
|
||||
#
|
||||
###########################################################################
|
||||
#############################################################
|
||||
|
||||
LIBRE_OPENIPC_VERSION = 2.1.1
|
||||
LIBRE_OPENIPC_SOURCE = v$(LIBRE_OPENIPC_VERSION).tar.gz
|
||||
|
@ -13,13 +13,13 @@ LIBRE_OPENIPC_INSTALL_STAGING = YES
|
|||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LIBRE_OPENIPC_DEPENDENCIES += openssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
LIBRE_OPENIPC_DEPENDENCIES += zlib
|
||||
endif
|
||||
|
||||
define LIBRE_OPENIPC_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) \
|
||||
$(MAKE) -C $(@D) \
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||
LIBRE_MK=$(STAGING_DIR)/usr/share/re/re.mk \
|
||||
LIBRE_INC=$(STAGING_DIR)/usr/include/re \
|
||||
LIBRE_SO=$(STAGING_DIR)/usr/lib \
|
||||
|
|
|
@ -9,14 +9,10 @@ LIBREM_OPENIPC_SOURCE = v$(LIBREM_OPENIPC_VERSION).tar.gz
|
|||
LIBREM_OPENIPC_SITE = https://github.com/baresip/rem/archive
|
||||
|
||||
LIBREM_OPENIPC_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBRE_OPENIPC),y)
|
||||
LIBREM_OPENIPC_DEPENDENCIES += libre-openipc
|
||||
endif
|
||||
LIBREM_OPENIPC_DEPENDENCIES = libre-openipc
|
||||
|
||||
define LIBREM_OPENIPC_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) \
|
||||
$(MAKE) -C $(@D) \
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||
LIBRE_MK=$(STAGING_DIR)/usr/share/re/re.mk \
|
||||
LIBRE_INC=$(STAGING_DIR)/usr/include/re \
|
||||
LIBRE_SO=$(STAGING_DIR)/usr/lib \
|
||||
|
|
Loading…
Reference in New Issue