From fa32b295614c20429d3af15e2724222e0f18090f Mon Sep 17 00:00:00 2001 From: dingo Date: Sun, 6 Feb 2011 19:53:53 +0000 Subject: [PATCH] [patchteam] - fix building of baresip/restund - Signed-off-by: Alfred E. Heggestad git-svn-id: svn://svn.openwrt.org/openwrt/packages@25393 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/baresip/Makefile | 2 ++ net/restund/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net/baresip/Makefile b/net/baresip/Makefile index c9e34c269..de458fead 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -28,6 +28,8 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ + LIBRE_MK=../re-$(PKG_VERSION)/mk/re.mk \ + LIBRE_INC=../re-$(PKG_VERSION)/include \ MOD_AUTODETECT= \ USE_G711=1 USE_L16=1 \ USE_STDIO=1 USE_CONS=1 USE_EVDEV=1 \ diff --git a/net/restund/Makefile b/net/restund/Makefile index d674a3354..e4996e5ca 100644 --- a/net/restund/Makefile +++ b/net/restund/Makefile @@ -28,6 +28,8 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ + LIBRE_MK=../re-$(PKG_VERSION)/mk/re.mk \ + LIBRE_INC=../re-$(PKG_VERSION)/include \ CC="$(TARGET_CC)" \ EXTRA_CFLAGS="$(TARGET_CFLAGS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \