[packages] i2c-tools: Pass LDFLAGS
Pass LDFLAGS when building the i2c-tools. This fixes the build under certain exotic configurations. git-svn-id: svn://svn.openwrt.org/openwrt/packages@37188 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e81cedd7a6
commit
7a775d6291
@ -68,7 +68,8 @@ define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
LINUX="$(LINUX_DIR)" \
|
||||
CC="$(TARGET_CC)" \
|
||||
STAGING_DIR="$(STAGING_DIR)"
|
||||
STAGING_DIR="$(STAGING_DIR)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
$(Build/Compile/python-smbus)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user