[packages] utils/usb-modeswitch: fix compilation w/ ccache. Thanks Daniel Gimpelevich
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18197 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
788aa1a96c
commit
d507485fa6
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=usb_modeswitch
|
||||
PKG_VERSION:=1.0.5
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch
|
||||
@ -31,7 +31,7 @@ define Package/usb-modeswitch/description
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
"$(TARGET_CC)" $(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS) \
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS) \
|
||||
-lusb \
|
||||
-o $(PKG_BUILD_DIR)/usb_modeswitch-OpenWrt \
|
||||
$(PKG_BUILD_DIR)/usb_modeswitch.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user