X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fbaresip%2FMakefile;h=6e2b304ce150f16d749dcccd65eb02c5681575cd;hb=94d54cbbb82328b1e0b80fae95477b512de4d01e;hp=c9e34c26990c9069102ef3d58959adcd1ea60b4d;hpb=5f1f3d87f4809a17015f2519c7f33bbc1c16d4d5;p=packages.git diff --git a/net/baresip/Makefile b/net/baresip/Makefile index c9e34c269..6e2b304ce 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -21,6 +21,7 @@ EXTRA_DEPS := define Package/baresip SECTION:=net CATEGORY:=Network + SUBMENU:=Telephony DEPENDS:=+libre +libpthread $(EXTRA_DEPS) TITLE:=baresip Barebone SIP useragent URL:=http://www.creytiv.com/ @@ -28,6 +29,9 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ + LIBRE_MK=../re-$(PKG_VERSION)/mk/re.mk \ + LIBRE_INC=../re-$(PKG_VERSION)/include \ + LIBRE_SO=$(STAGING_DIR)/usr/lib/libre.so \ MOD_AUTODETECT= \ USE_G711=1 USE_L16=1 \ USE_STDIO=1 USE_CONS=1 USE_EVDEV=1 \