fix cifsmount (use TARGET_CC instead of CC)
SVN-Revision: 454
This commit is contained in:
parent
3c2c7ad8a3
commit
fe12a4db56
@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=cifsmount
|
||||
PKG_VERSION:=1.5
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/cifsmount
|
||||
PKG_IPK_DIR:=$(PKG_BUILD_DIR)
|
||||
@ -12,7 +12,8 @@ PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
|
||||
|
||||
$(PKG_BUILD_DIR)/sbin/mount.cifs:
|
||||
mkdir -p $(PKG_BUILD_DIR)/sbin
|
||||
$(CC) -o $(PKG_BUILD_DIR)/sbin/mount.cifs mount.cifs.c
|
||||
$(TARGET_CC) -o $@ mount.cifs.c
|
||||
$(STRIP) $@
|
||||
|
||||
$(PKG_IPK): $(PKG_BUILD_DIR)/sbin/mount.cifs
|
||||
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
|
||||
|
Loading…
Reference in New Issue
Block a user