put quotes around the CC variable in wknock (fixes ccache build)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4925 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8b12dd0b90
commit
af83711bfe
@ -32,7 +32,7 @@ endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC=$(TARGET_CC) \
|
||||
CC="$(TARGET_CC)" \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lpcap" \
|
||||
all
|
||||
|
Loading…
x
Reference in New Issue
Block a user