[packages] lsm: fix compilation with ccache (#8539)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24872 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4d1fb2519c
commit
45c4b14fa3
@ -37,8 +37,7 @@ define Package/lsm/conffiles
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
echo sed -ie 's/\$$$$(CC)/mipsel-openwrt-linux-uclibc-gcc/g' $(PKG_BUILD_DIR)/Makefile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) CC=$(TARGET_CC)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) CC="$(TARGET_CC)"
|
||||
endef
|
||||
|
||||
define Package/lsm/install
|
||||
|
Loading…
x
Reference in New Issue
Block a user