[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:
@ -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
|
||||
|
Reference in New Issue
Block a user