[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:
parent
d9fe07e0a7
commit
357c91187a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user