[patchteam] - fix building of baresip/restund - Signed-off-by: Alfred E. Heggestad <aeh at db.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25393 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
dingo 2011-02-06 19:53:53 +00:00
parent bc42f810e6
commit fa32b29561
2 changed files with 4 additions and 0 deletions

View File

@ -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 \

View File

@ -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)" \