[package] fix tmux compilation (#6944)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20487 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-03-26 17:57:54 +00:00
parent d9fe07e0a7
commit 357c91187a

View File

@ -32,7 +32,8 @@ endef
define Build/Compile
CC="$(TARGET_CC)" \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
TMUX_PLATFORM="Linux" \
$(MAKE) -C $(PKG_BUILD_DIR) all