mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix spca5xx compilation with ccache (#1849)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7663 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c8097560cf
commit
ccc79d2698
@ -31,7 +31,7 @@ define Package/spca5xx-view
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ CFLAGS=$(TARTGET_CFLAGS) CC=$(TARGET_CC) all
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ CFLAGS="$(TARTGET_CFLAGS)" CC="$(TARGET_CC)" all
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ PREFIX="$(PKG_INSTALL_DIR)" install
|
||||
endef
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user