From 0bbb29f0ed786fdcbde00a03430d9ff6691396dd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 5 Mar 2011 07:36:41 +0000 Subject: [PATCH] [packages] baresip: fix compilation SVN-Revision: 25877 --- net/baresip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/baresip/Makefile b/net/baresip/Makefile index de458feada..9afa40ca62 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 \ -- 2.30.2