diff --git a/net/baresip/Makefile b/net/baresip/Makefile index de458fead..9afa40ca6 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -30,6 +30,7 @@ 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 \