From: Jo-Philipp Wich Date: Sat, 5 Mar 2011 07:36:41 +0000 (+0000) Subject: [packages] baresip: fix compilation X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0bbb29f0ed786fdcbde00a03430d9ff6691396dd;p=openwrt%2Fsvn-archive%2Farchive.git [packages] baresip: fix compilation SVN-Revision: 25877 --- 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 \