projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbbdc70
)
[packages] baresip: fix compilation
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 5 Mar 2011 07:36:41 +0000
(07:36 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 5 Mar 2011 07:36:41 +0000
(07:36 +0000)
SVN-Revision: 25877
net/baresip/Makefile
patch
|
blob
|
history
diff --git
a/net/baresip/Makefile
b/net/baresip/Makefile
index
de458fe
..
9afa40c
100644
(file)
--- 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 \